Function egui::widgets::color_picker::color_picker_color32

source ยท
pub fn color_picker_color32(
    ui: &mut Ui,
    srgba: &mut Color32,
    alpha: Alpha,
) -> bool
Expand description

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

Returns true on change.