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

pub trait GetHue {
    fn get_hue(self) -> f64;
}

Required methods

fn get_hue(self) -> f64[src]

Loading content...

Implementors

impl GetHue for HslColor[src]

impl GetHue for HsvColor[src]

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

Loading content...