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
fn clone(&self) -> SolidBrush
[src]
fn clone(&self) -> SolidBrush
Returns 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 SolidBrush
fn eq(&self, other: &SolidBrush) -> bool
[src]
fn eq(&self, other: &SolidBrush) -> bool
This 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) -> bool
This method tests for !=
.
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