// This file is generated by WOK (CPPExt). // Please do not edit this file; modify original file instead. // The copyright and license terms as defined for the original file apply to // this header file considered to be the "object code" form of the original source. #ifndef _Image_DitheringMethod_HeaderFile #define _Image_DitheringMethod_HeaderFile //! Type of orientation in a symmetry.
//! - FT_HORIZONTAL : symmetry with respect to an horizontal axis.
//! - FT_VERTICAL : symmetry with respect to a vertical axis.
//! - FT_MAINDIAGONAL : symmetry with respect to a
//! diagonal oriented at 45 degrees.
//! - FT_ANTIDIAGONAL : symmetry with respect to a
//! diagonal oriented at -45 degrees.
//! - FT_CENTER :
//! - FT_90 : rotation of 90 degrees.
//! - FT_180 : rotation of 180 degrees.
//! - FT_270 : rotation of -90 degrees.
enum Image_DitheringMethod { Image_DM_NearestColor, Image_DM_ErrorDiffusion }; #ifndef _Standard_PrimitiveTypes_HeaderFile #include #endif #endif