colors.conversions

Conversions, intended for internal library usage.

Members

Functions

clamp_0_1
void clamp_0_1(float x)
Undocumented in source. Be warned that the author may not have intended to support it.
clamp_0_255
void clamp_0_255(float x)
Undocumented in source. Be warned that the author may not have intended to support it.
convertFromIntermediate
Color convertFromIntermediate(Color c, Colorspace target)
Undocumented in source. Be warned that the author may not have intended to support it.
convertToIntermediate
Color convertToIntermediate(Color c, Colorspace target)
Undocumented in source. Be warned that the author may not have intended to support it.
getIntermediateColorspace
Colorspace getIntermediateColorspace(Colorspace source, Colorspace target)
Undocumented in source. Be warned that the author may not have intended to support it.
hslToRgb
float[3] hslToRgb(float hue, float sat, float light)
Undocumented in source. Be warned that the author may not have intended to support it.
rgbToHsl
float[3] rgbToHsl(float red, float green, float blue)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta