ANSISGRCommand.foregroundColorBright constructor

ANSISGRCommand.foregroundColorBright(
  1. int color
)

Traditional bright foreground color.

Implementation

factory ANSISGRCommand.foregroundColorBright(int color) {
  return ANSISGRCommand._('9$color');
}