Enum ColorType

ColorType enumeration

Represents all color type

public enum ColorType

Values

NameValueDescription
Automatic0Automatic color.
AutomaticIndex1It’s automatic color,but the displayed color depends the setting of the OS System.
RGB2The RGB color.
IndexedColor3The color index in the color palette.
Theme4The theme color.

See Also