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