Enum egui::widgets::color_picker::Alpha [−][src]
pub enum Alpha {
Opaque,
OnlyBlend,
BlendOrAdditive,
}
Expand description
What options to show for alpha
Variants
Opaque
OnlyBlend
BlendOrAdditive
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Alpha
impl UnwindSafe for Alpha
Blanket Implementations
Mutably borrows from an owned value. Read more