ANSISGRCommand.foregroundColorBright constructor
ANSISGRCommand.foregroundColorBright(
- int color
Traditional bright foreground color.
Implementation
factory ANSISGRCommand.foregroundColorBright(int color) {
return ANSISGRCommand._('9$color');
}