Readonly DISCRIMINATORDiscriminator for determining if an object is a PaletteColor.
Readonly HEXThe hex string representation of the color (format: #RRGGBB).
Readonly HSLThe HSL (hue, saturation, lightness) components of the color.
Readonly H: numberThe hue component (0-360).
Readonly L: numberThe lightness component (0-100).
Readonly S: numberThe saturation component (0-100).
Readonly NAMEThe name of the color.
Readonly RGBThe RGB (red, green, blue) components of the color.
Readonly B: numberThe blue component (0-255).
Readonly G: numberThe green component (0-255).
Readonly R: numberThe red component (0-255).
A color to be used in a Palette.