bg256 function
Set color to background from 256-color table.
See also bg256Open and bg256Close.
Implementation
String bg256(int colorIndex) {
IndexError.check(colorIndex, 256, name: 'colorIndex');
return '$bg256Open$colorIndex$bg256Close';
}
Set color to background from 256-color table.
See also bg256Open and bg256Close.
String bg256(int colorIndex) {
IndexError.check(colorIndex, 256, name: 'colorIndex');
return '$bg256Open$colorIndex$bg256Close';
}