Struct ui_sys::uiDrawBrush[][src]

#[repr(C)]
pub struct uiDrawBrush { pub Type: uiDrawBrushType, pub R: c_double, pub G: c_double, pub B: c_double, pub A: c_double, pub X0: c_double, pub Y0: c_double, pub X1: c_double, pub Y1: c_double, pub OuterRadius: c_double, pub Stops: *mut uiDrawBrushGradientStop, pub NumStops: size_t, }

Fields

Linear: start X; radial: start X.

Linear: start Y; radial: start Y.

Linear: end X; radial: outer circle center X.

Linear: end Y; radial: outer circle center Y.

Radial gradients only.

Trait Implementations

impl Clone for uiDrawBrush
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for uiDrawBrush
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for uiDrawBrush

impl !Sync for uiDrawBrush