Go to the source code of this file.
Functions | |
void | HUSLtoRGB (float *r, float *g, float *b, float h, float s, float l) |
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 | ||
) |