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

Trait Implementations

impl Clone for SolidBrush
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more