Enum my_crate_carllhw::kinds::PrimaryColor[][src]

pub enum PrimaryColor {
    Red,
    Yellow,
    Blue,
}

The primary colors according to the RYB color model.

Variants

Auto Trait Implementations