Trait primitives::colorspace::adjust::Saturate[][src]

pub trait Saturate: Sized {
    fn saturate(self, delta: f64) -> Self;

    fn desaturate(self, delta: f64) -> Self { ... }
}

Required methods

fn saturate(self, delta: f64) -> Self[src]

Loading content...

Provided methods

fn desaturate(self, delta: f64) -> Self[src]

Loading content...

Implementors

impl<C: Clone + GetRadialSaturation + SetRadialSaturation> Saturate for C[src]

impl<C: Saturate + ColorSpace> Saturate for Alpha<C>[src]

Loading content...