Struct colorous::Gradient [−][src]
pub struct Gradient { /* fields omitted */ }Implementations
Samples the gradient at position i/n. Requires 0 ≤ i < n.
Samples the gradient at position t. Requires 0.0 ≤ t ≤ 1.0.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Gradient
impl UnwindSafe for Gradient
Blanket Implementations
Mutably borrows from an owned value. Read more