Enum art::kinds::PrimaryColor [−][src]
pub enum PrimaryColor {
Red,
Yellow,
Blue,
}Expand description
The primary colors according to the RYB color model.
pub enum PrimaryColor {
Red,
Yellow,
Blue,
}The primary colors according to the RYB color model.