#[derive(Clone, PartialEq, Getters, new)]
pub struct ColorGeneratorState {
pub hue: u64,
pub saturation: u64,
pub luma: u64,
}