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 SolidBrushimpl Clone for SolidBrush[src]
impl Clone for SolidBrushfn clone(&self) -> SolidBrush[src]
fn clone(&self) -> SolidBrushReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for SolidBrush[src]
impl PartialEq for SolidBrushfn eq(&self, other: &SolidBrush) -> bool[src]
fn eq(&self, other: &SolidBrush) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &SolidBrush) -> bool[src]
fn ne(&self, other: &SolidBrush) -> boolThis method tests for !=.
impl Debug for SolidBrush[src]
impl Debug for SolidBrushAuto Trait Implementations
impl Send for SolidBrush
impl Send for SolidBrushimpl Sync for SolidBrush
impl Sync for SolidBrush