Trait ux::colorspace::SetHue[][src]

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

Required methods

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

Loading content...

Implementors

impl SetHue for HslColor[src]

impl SetHue for HsvColor[src]

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

Loading content...