Grx.ColorPaletteType
Indicates the type of color palette that is in use.
- ColorPaletteType.GRAYSCALE
RGB color values will be converted to grayscale.
- ColorPaletteType.COLOR_TABLE
Colors use a lookup table.
- ColorPaletteType.RGB
RGB values are used directly.