const GhosttyTerminalColor.rgb(int red, int green, int blue) : paletteIndex = null, rgb = (red << 16) | (green << 8) | blue;