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

Stipple/dither patterns


Enumerations

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

Enumeration Type Documentation

enum FX::FXStipplePattern
 

Stipple/dither patterns.

Enumeration values:
STIPPLE_0 
STIPPLE_NONE 
STIPPLE_BLACK  All ones.
STIPPLE_1 
STIPPLE_2 
STIPPLE_3 
STIPPLE_4 
STIPPLE_5 
STIPPLE_6 
STIPPLE_7 
STIPPLE_8 
STIPPLE_GRAY  50% gray
STIPPLE_9 
STIPPLE_10 
STIPPLE_11 
STIPPLE_12 
STIPPLE_13 
STIPPLE_14 
STIPPLE_15 
STIPPLE_16 
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.

Copyright © 1997-2005 Jeroen van der Zijp