ANSISGRColorSpec.bright constructor
ANSISGRColorSpec.bright(
- int color
Implementation
factory ANSISGRColorSpec.bright(int color) => ANSISGRColorSpec._(
foregroundAnsiCommand: ANSISGRCommand.foregroundColorBright(color),
backgroundAnsiCommand: ANSISGRCommand.backgroundColorBright(color),
);