Function egui::widgets::color_picker::is_additive_alpha

source ·
fn is_additive_alpha(a: f32) -> bool
Expand description

We use a negative alpha for additive colors within this file (a bit ironic).

We use alpha=0 to mean “transparent”.