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

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

Required methods

Implementors