class structure with red, green, blue values in 0-255 range Uses the color-string library for conversion from and to string representations of color.
Array of three 0-255 integers for r,g,b value. Ex: [255.0,0] for red
Array of 3 integers in range 0-255
hex string (as for CSS ) representation of r,g,b components
0 to 255 value of blue color component
0 to 255 value of green color component
0 to 255 value of red color component
Static
hex representtion of color as used in CSS. Ex "#FF0000" as red
Color instance.
class structure with red, green, blue values in 0-255 range Uses the color-string library for conversion from and to string representations of color.