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

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

    fn complement(self) -> Self { ... }
}

Required methods

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

Loading content...

Provided methods

fn complement(self) -> Self[src]

Loading content...

Implementors

impl<C: Clone + GetHue + SetHue> AdjustHue for C[src]

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

Loading content...