Trait ux::colorspace::Saturate[][src]

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

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

Required methods

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

Loading content...

Provided methods

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

Loading content...

Implementors

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

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

Loading content...