RGB color.
Returns the blue value.
Returns the green value.
Returns the red value.
toCmyk(): defined by ColorInterface.
toGray(): defined by ColorInterface.
toRgb(): defined by ColorInterface.
Returns a hexadecimal string representation of the RGB value.
Blue value.
Green value.
Red value.
Converts the color to RGB.
Converts the color to CMYK.
Converts the color to gray.
See Implementation
RGB color.