Trait ux::colorspace::GetHue[][src]

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

Required methods

pub fn get_hue(self) -> f64[src]

Loading content...

Implementors

impl GetHue for HslColor[src]

impl GetHue for HsvColor[src]

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

Loading content...