Struct native_windows_gui::constants::SolidBrush
[−]
[src]
pub struct SolidBrush { pub color: (f32, f32, f32, f32), }
A brush using a single solid color. Used when painting in a canvas
Members:
• color
: The brush color (red, green, blue, alpha)
Fields
color: (f32, f32, f32, f32)
Trait Implementations
impl Clone for SolidBrush
[src]
fn clone(&self) -> SolidBrush
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more