Set background to an RGB color.
void setBgRgb(int r, int g, int b) { bg = Color.rgb; bgRgb = RgbColor(r, g, b); bgIndexed = null; }