logo
pub trait HasHue: Clone + Copy + GetHue + SetHue { }
Expand description

Defines setter and getters for the color hue component

Implementors