Set foreground to an RGB color.
void setFgRgb(int r, int g, int b) { fg = Color.rgb; fgRgb = RgbColor(r, g, b); fgIndexed = null; }