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).
hsl and hsla functions to create one such color.
See Implementation
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).