Enum art::kinds::PrimaryColor
source · 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.