- makeCMYK
RGBColor makeCMYK(float c, float m, float y, float k)
- makeHSL
RGBColor makeHSL(float h, float s, float l)
Funcs for translating color formats to RGBColor
- makeHSV
RGBColor makeHSV(float h, float s, float v)
- makeLAB
RGBColor makeLAB(float l, float a, float b)
- makeXYZ
RGBColor makeXYZ(float x, float y, float z)
Funcs for translating color formats to RGBColor