Struct epaint::color::Rgba [−][src]
pub struct Rgba(_);
Expand description
0-1 linear space RGBA
color with premultiplied alpha.
Implementations
Transparent black
Transparent white
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Rgba
impl UnwindSafe for Rgba
Blanket Implementations
Mutably borrows from an owned value. Read more