summaryrefslogtreecommitdiff
path: root/inc/Image_DitheringMethod.hxx
blob: 91dda410ca8866eb4586e3d28ef7165ae488f4f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
// 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. <br>
//! - FT_HORIZONTAL : symmetry with respect to an horizontal axis. <br>
//! - FT_VERTICAL : symmetry with respect to a vertical axis. <br>
//! - FT_MAINDIAGONAL : symmetry with respect to a <br>
//!   diagonal oriented at 45 degrees. <br>
//! - FT_ANTIDIAGONAL : symmetry with respect to a <br>
//!   diagonal oriented at -45 degrees. <br>
//! - FT_CENTER : <br>
//! - FT_90 : rotation of 90 degrees. <br>
//! - FT_180 : rotation of 180 degrees. <br>
//! - FT_270 : rotation of -90 degrees. <br>
enum Image_DitheringMethod {
Image_DM_NearestColor,
Image_DM_ErrorDiffusion
};

#ifndef _Standard_PrimitiveTypes_HeaderFile
#include <Standard_PrimitiveTypes.hxx>
#endif

#endif