Function hsl_to_rgb

Source
fn hsl_to_rgb([h, s, l]: [f32; 3]) -> [f32; 3]
Expand description

Convert HSL to RGB.

Reference: ยง 7.1 of CSS Color 4 spec.