ANSISGRCommand.backgroundColorPalette constructor

ANSISGRCommand.backgroundColorPalette(
  1. int color
)

Palette background color.

Implementation

factory ANSISGRCommand.backgroundColorPalette(int color) {
  return ANSISGRCommand._('48;5;$color');
}