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

Stipple/dither patterns


Enumerations

enum  FX::FXStipplePattern {
  STIPPLE_0 = 0,
  STIPPLE_NONE = 0,
  FX::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,
  FX::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,
  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_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.

Copyright © 1997-2004 Jeroen van der Zijp