Enum ColorType

ColorType

The types of Colors

To call an enum, you call its parent class, name, and property. For example, Base.ColorType.RGB.

Properties

PropertyTypeDescription
UNSUPPORTEDEnumA color type that is not supported.
RGBEnumA color defined by red, green, blue color channels.
THEMEEnumA color that refers to an entry in the theme's color scheme.