HSLAf

A 32-bit float Hue Saturation Luminance space that is based-upon sRGB. "hsl" in CSS. Warning: h is in a degrees modulo space (0 to 360) s, l and a have a range 0 to 1. All can be float.nan ("none" in CSS).

Members

Variables

a
float a;
Undocumented in source.
h
float h;
l
float l;
s
float s;
Undocumented in source.

See Also

hsl and hsla functions to create one such color.

Meta