Function nih_plug_egui::widgets::util::scale_hsv
source · pub fn scale_hsv(color: Color32, h: f32, s: f32, v: f32) -> Color32
Expand description
Multiplicatively modify the hue, saturation, and lightness [0, 1] values of a color.