Enum art_1978::kinds::PrimaryColor[][src]

pub enum PrimaryColor {
    Red,
    Yellow,
    Blue,
}

the primary colors according to the RYB color model.

Variants

Auto Trait Implementations