ReadonlyDISCRIMINATORDiscriminator for determining if an object is a PaletteColor.
ReadonlyHEXThe hex string representation of the color (format: #RRGGBB).
ReadonlyHSLThe HSL (hue, saturation, lightness) components of the color.
ReadonlyH: numberThe hue component (0-360).
ReadonlyL: numberThe lightness component (0-100).
ReadonlyS: numberThe saturation component (0-100).
ReadonlyNAMEThe name of the color.
ReadonlyRGBThe RGB (red, green, blue) components of the color.
ReadonlyB: numberThe blue component (0-255).
ReadonlyG: numberThe green component (0-255).
ReadonlyR: numberThe red component (0-255).
A color to be used in a Palette.