ANSISGRCommand.backgroundColorPalette constructor
ANSISGRCommand.backgroundColorPalette(
- int color
Palette background color.
Implementation
factory ANSISGRCommand.backgroundColorPalette(int color) {
return ANSISGRCommand._('48;5;$color');
}