[][src]Function nannou::ui::color::hsl_to_rgb

pub fn hsl_to_rgb(hue: f32, saturation: f32, lightness: f32) -> (f32, f32, f32)

Pure function for converting hsl to rgb.