Trait ux::colorspace::GetRadialSaturation[][src]

pub trait GetRadialSaturation: FromColor<HslColor> + IntoColor<HslColor> + FromColor<HsvColor> + IntoColor<HsvColor> {
    pub fn get_hsl_saturation(self) -> f64;
pub fn get_hsv_saturation(self) -> f64; }

Required methods

Loading content...

Implementors

Loading content...