Sets background to 24-bit true color RGB.
AnsiPen rgbBg(int r, int g, int b) { styleStack.add(QuectoColors.bgRgb(r, g, b)); return this; }