ColorType
ColorType enumeration
Represents all color type
Values
| Name | Value | Description |
|---|---|---|
| Automatic | 0 | Automatic color. |
| AutomaticIndex | 1 | It’s automatic color,but the displayed color depends the setting of the OS System. |
| RGB | 2 | The RGB color. |
| IndexedColor | 3 | The color index in the color palette. |
| Theme | 4 | The theme color. |