Trait ux::colorspace::AdjustHue[][src]

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

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

Required methods

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

Loading content...

Provided methods

pub fn complement(self) -> Self[src]

Loading content...

Implementors

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

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

Loading content...