setBg method
Set background to a named color.
Implementation
void setBg(Color color) {
bg = color;
bgRgb = null;
bgIndexed = null;
}
Set background to a named color.
void setBg(Color color) {
bg = color;
bgRgb = null;
bgIndexed = null;
}