RIP - Raster and Image Processor



RGBColor  makeHSV(in float h, lazy float s, lazy float v);
RGBColor  makeHSL(in float h, lazy float s, lazy float l);
RGBColor  makeCMYK(in float c, in float m, in float y, in float k);
RGBColor  makeXYZ(float x, float y, float z);
RGBColor  makeLAB(float l, float a, float b);

Funcs for translating color formats to RGBColor