Stipple/dither patterns.

Enumerator:
STIPPLE_0 
STIPPLE_NONE 
STIPPLE_BLACK 
STIPPLE_1  All ones.
STIPPLE_2 
STIPPLE_3 
STIPPLE_4 
STIPPLE_5 
STIPPLE_6 
STIPPLE_7 
STIPPLE_8 
STIPPLE_GRAY 
STIPPLE_9  50% gray
STIPPLE_10 
STIPPLE_11 
STIPPLE_12 
STIPPLE_13 
STIPPLE_14 
STIPPLE_15 
STIPPLE_16 
STIPPLE_WHITE 
STIPPLE_HORZ  All zeroes.
STIPPLE_VERT  Horizontal hatch pattern.
STIPPLE_CROSS  Vertical hatch pattern.
STIPPLE_DIAG  Cross-hatch pattern.
STIPPLE_REVDIAG  Diagonal // hatch pattern.
STIPPLE_CROSSDIAG  Reverse diagonal \ hatch pattern.

Definition at line 92 of file FXDC.h.

00092                       {
00093   STIPPLE_0         = 0,
00094   STIPPLE_NONE      = 0,
00095   STIPPLE_BLACK     = 0,            
00096   STIPPLE_1         = 1,
00097   STIPPLE_2         = 2,
00098   STIPPLE_3         = 3,
00099   STIPPLE_4         = 4,
00100   STIPPLE_5         = 5,
00101   STIPPLE_6         = 6,
00102   STIPPLE_7         = 7,
00103   STIPPLE_8         = 8,
00104   STIPPLE_GRAY      = 8,            
00105   STIPPLE_9         = 9,
00106   STIPPLE_10        = 10,
00107   STIPPLE_11        = 11,
00108   STIPPLE_12        = 12,
00109   STIPPLE_13        = 13,
00110   STIPPLE_14        = 14,
00111   STIPPLE_15        = 15,
00112   STIPPLE_16        = 16,
00113   STIPPLE_WHITE     = 16,           
00114   STIPPLE_HORZ      = 17,           
00115   STIPPLE_VERT      = 18,           
00116   STIPPLE_CROSS     = 19,           
00117   STIPPLE_DIAG      = 20,           
00118   STIPPLE_REVDIAG   = 21,           
00119   STIPPLE_CROSSDIAG = 22            
00120   };


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:31:43 2009 for TnFOX by doxygen v1.4.7