Struct adi_screen::Gradient [] [src]

pub struct Gradient(_);

A collection of colors, one for each vertex.

Methods

impl Gradient
[src]

[src]

Create new Gradient based on data.

Trait Implementations

impl Copy for Gradient
[src]

impl Clone for Gradient
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Gradient

impl Sync for Gradient