pub fn color_picker_color32( ui: &mut Ui, srgba: &mut Color32, alpha: Alpha, ) -> bool
Shows a color picker where the user can change the given Color32 color.
Color32
Returns true on change.
true