pub fn color_edit_button_rgba(
    ui: &mut Ui,
    rgba: &mut Rgba,
    alpha: Alpha
) -> Response
Expand description

Shows a button with the given color. If the user clicks the button, a full color picker is shown.