pub fn hsv_to_rgb(hsv: Vec3<f32>) -> Rgb<f32>
Expand description

Convert hsv to rgb. Expects h [0, 360], s [0, 1], v [0, 1]