The blue channel value, in the range 0 to 255 (inclusive).
The green channel value, in the range 0 to 255 (inclusive).
The color name, if defined; otherwise an empty string.
The red channel value, in the range 0 to 255 (inclusive).
If the color's name is non-empty, return that. Otherwise return its
textualization in the form rgb(R,G,B)
. The alpha channel is ignored.
If the color's name is non-empty, return that. Otherwise return its
textualization in the form AARRGGBB
, with hexadecimal values.
If the color's name is non-empty, return that. Otherwise return its
textualization in the form #RRGGBB
, with hexadecimal values. The alpha
channel is ignored.
Generated using TypeDoc
The alpha channel value, in the range 0 to 255 (inclusive).