EGIFDitherMode

type EGIFDitherMode = (dmNearest, dmFloydSteinberg, dmStucki, dmSierra, dmJaJuNI, dmSteveArche, dmBurkes);

Type Library
TeeChartx

Description
Determines the type of GIF dither mode.

Not all development environments support the direct call of TeeChart's Enum constants by name. See note on use of Enum constants for VBScript, MS VC++.

Integer Values:

dmNearest = 0

dmFloydSteinberg = 1

dmStucki = 2

dmSierra = 3

dmJaJuNI = 4

dmSteveArche = 5

dmBurkes = 6