The hsl function is the same as in CSS color specifications.
Expected values ranges from 0 to 255.
Hue value (0 = red, 60 = yellow, 240 = blue). = Can wrap around.
Saturation value in 0 to 1.0f.
Light value in 0 to 1.0f.
Alpha value in 0 to 1.0f (opacity).
See Implementation
The hsl function is the same as in CSS color specifications.
Expected values ranges from 0 to 255.