Struct iui::draw::SolidBrush [−][src]
A brush that paints all pixels with the same color, respecting alpha.
Fields
r: f64
Red component of the color
g: f64
Green component of the color
b: f64
Blue component of the color
a: f64
Alpha (α) component of the color (that is, opacity).
Trait Implementations
impl Copy for SolidBrush
[src]
impl Copy for SolidBrush
impl Clone for SolidBrush
[src]
[+]
impl Clone for SolidBrush
impl PartialEq for SolidBrush
[src]
[+]
impl PartialEq for SolidBrush
impl Debug for SolidBrush
[src]
[+]
impl Debug for SolidBrush
Auto Trait Implementations
impl Send for SolidBrush
impl Send for SolidBrush
impl Sync for SolidBrush
impl Sync for SolidBrush