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