Struct egui::color::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 Color32
impl UnwindSafe for Color32
Blanket Implementations
Mutably borrows from an owned value. Read more