Method CSI_SetBackgroundColorRGB | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

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)

Parameters

r int

g int

b int

Returns

string

Edit this page