Function conrod::color::rgb_to_hsl[][src]

pub fn rgb_to_hsl(r: f32, g: f32, b: f32) -> (f32, f32, f32)

Pure function for converting rgb to hsl.