pub fn color_picker_hsva_2d(ui: &mut Ui, hsva: &mut Hsva, alpha: Alpha) -> bool
Expand description

Shows a color picker where the user can change the given Hsva color.

Returns true on change.