Struct iui::draw::LinearGradientBrush[][src]

pub struct LinearGradientBrush {
    pub start_x: f64,
    pub start_y: f64,
    pub end_x: f64,
    pub end_y: f64,
    pub stops: Vec<BrushGradientStop>,
}
[]

A brush that paints a linear gradient.

Fields

Trait Implementations

impl Clone for LinearGradientBrush
[src]
[+]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Debug for LinearGradientBrush
[src]
[+]

[]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for LinearGradientBrush

impl Sync for LinearGradientBrush