Function veloren_common::util::hsv_to_rgb
source ยท 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]
pub fn hsv_to_rgb(hsv: Vec3<f32>) -> Rgb<f32>
Convert hsv to rgb. Expects h [0, 360], s [0, 1], v [0, 1]