Enum my_crate::kinds::PrimaryColor [] [src]

pub enum PrimaryColor {
    Red,
    Yellow,
    Blue,
}

The primary colors according to the RYB color model.

Variants