Function glm_color::hsv::hsv [] [src]

pub fn hsv(h: f32, s: f32, v: f32) -> Hsv

Equivalent to call Hsv::new(h, s, v).