Method CSI_SetBackgroundColorRGB
CSI_SetBackgroundColorRGB(int, int, int)
ESC[48;2;{r};{g};{b}m Set background color as RGB.
public static string CSI_SetBackgroundColorRGB(int r, int g, int b)
ESC[48;2;{r};{g};{b}m Set background color as RGB.
public static string CSI_SetBackgroundColorRGB(int r, int g, int b)