13.3 The color type

componentsCMYK()
The componentsCMYK() method returns a vector CMYK representation of a color.

componentsHSB()
The componentsHSB() method returns a vector HSB representation of a color.

componentsRGB()
The componentsRGB() method returns a vector RGB representation of a color.

toCMYK()
The toCMYK() method returns color object containing a CMYK representation of a color.

toHSB()
The toHSB() method returns color object containing an HSB representation of a color.

toRGB()
The toRGB() method returns color object containing an RGB representation of a color.