Enum endbasic_std::console::AnsiColor
source · #[repr(u8)]
pub enum AnsiColor {
Show 16 variants
Black,
Red,
Green,
Yellow,
Blue,
Magenta,
Cyan,
White,
BrightBlack,
BrightRed,
BrightGreen,
BrightYellow,
BrightBlue,
BrightMagenta,
BrightCyan,
BrightWhite,
}
Expand description
Identifiers for the basic ANSI colors.