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

pub trait SetHue {
    fn set_hue(&mut self, hue: f64) -> Self;
}

Required methods

fn set_hue(&mut self, hue: f64) -> Self[src]

Loading content...

Implementors

impl SetHue for HslColor[src]

impl SetHue for HsvColor[src]

impl<C: NonRadialSpace> SetHue for C[src]

Loading content...