ReadonlyDISCRIMINATORDiscriminator value for the implementing interface.
ReadonlyHEXThe hex string representation of the color (format: #RRGGBB).
Optional 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).
Optional ReadonlyLUMINANCEThe luminance of the color (0-1).
ReadonlyNAMEThe name of the color.
Optional 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.
Since
2.0.0