[][src]Struct webrender_api::GradientBuilder

pub struct GradientBuilder { /* fields omitted */ }

Construct a gradient to be used in display lists.

Each gradient needs at least two stops.

Methods

impl GradientBuilder
[src]

Create a new gradient builder.

Create a gradient builder with a list of stops.

Push an additional stop for the gradient.

Get a reference to the list of stops.

Produce a linear gradient, normalize the stops.

Produce a radial gradient, normalize the stops.

Will replace the gradient with a single color if the radius negative.

Auto Trait Implementations

impl Send for GradientBuilder

impl Sync for GradientBuilder

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

Performs the conversion.

impl<T> From for T
[src]

Performs the conversion.

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

impl<T> Borrow for T where
    T: ?Sized
[src]

Immutably borrows from an owned value. Read more

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

impl<T> BorrowMut for T where
    T: ?Sized
[src]

Mutably borrows from an owned value. Read more

impl<T> Any for T where
    T: 'static + ?Sized
[src]

🔬 This is a nightly-only experimental API. (get_type_id)

this method will likely be replaced by an associated static

Gets the TypeId of self. Read more