11 void HUSLtoRGB(
float *r,
float *g,
float *
b,
float h,
float s,
float l);
14 void RGBtoHUSL(
float *h,
float *s,
float *l,
float r,
float g,
float b);
void RGBtoHUSL(float *h, float *s, float *l, float r, float g, float b)
void HUSLtoRGB(float *r, float *g, float *b, float h, float s, float l)