Enum my_crate_72a9eb54_5002_4540_a6e6_f2620f51b550::kinds::PrimaryColor[][src]

pub enum PrimaryColor {
    Red,
    Yellow,
    Blue,
}

The primary colors according to the RYB color model.

Variants

Auto Trait Implementations