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

Defines getter for the color hue component

Required Methods

Retrieve hue component

Implementors