Method CSI_SetForegroundColorRGB
CSI_SetForegroundColorRGB(int, int, int)
ESC[38;2;{r};{g};{b}m Set foreground color as RGB.
public static string CSI_SetForegroundColorRGB(int r, int g, int b)
ESC[38;2;{r};{g};{b}m Set foreground color as RGB.
public static string CSI_SetForegroundColorRGB(int r, int g, int b)