ANSISGRColorSpec.bright constructor

ANSISGRColorSpec.bright(
  1. int color
)

Implementation

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