Struct egui::Color32 [−][src]
pub struct Color32(_);
Expand description
Implementations
From sRGBA with premultiplied alpha.
From sRGBA WITHOUT premultiplied alpha.
👎 Deprecated:
Use from_rgb(..), from_rgba_premultiplied(..) or from_srgba_unmultiplied(..)
Multiply with 0.5 to make color half as opaque.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Color32impl UnwindSafe for Color32Blanket Implementations
Mutably borrows from an owned value. Read more