Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members

Stipple/dither patterns


Enumerations

enum  FXStipplePattern {
  STIPPLE_0 = 0,
  STIPPLE_NONE = 0,
  STIPPLE_BLACK = 0,
  STIPPLE_1 = 1,
  STIPPLE_2 = 2,
  STIPPLE_3 = 3,
  STIPPLE_4 = 4,
  STIPPLE_5 = 5,
  STIPPLE_6 = 6,
  STIPPLE_7 = 7,
  STIPPLE_8 = 8,
  STIPPLE_GRAY = 8,
  STIPPLE_9 = 9,
  STIPPLE_10 = 10,
  STIPPLE_11 = 11,
  STIPPLE_12 = 12,
  STIPPLE_13 = 13,
  STIPPLE_14 = 14,
  STIPPLE_15 = 15,
  STIPPLE_16 = 16,
  STIPPLE_WHITE = 16,
  STIPPLE_HORZ = 17,
  STIPPLE_VERT = 18,
  STIPPLE_CROSS = 19,
  STIPPLE_DIAG = 20,
  STIPPLE_REVDIAG = 21,
  STIPPLE_CROSSDIAG = 22
}
 Stipple/dither patterns. More...


Enumeration Type Documentation

enum FX::FXStipplePattern
 

Enumeration values:
STIPPLE_BLACK  All ones.
STIPPLE_GRAY  50% gray
STIPPLE_WHITE  All zeroes.
STIPPLE_HORZ  Horizontal hatch pattern.
STIPPLE_VERT  Vertical hatch pattern.
STIPPLE_CROSS  Cross-hatch pattern.
STIPPLE_DIAG  Diagonal // hatch pattern.
STIPPLE_REVDIAG  Reverse diagonal \ hatch pattern.
STIPPLE_CROSSDIAG  Cross-diagonal hatch pattern.