Table of Contents

Method CSI_SetBackgroundColorRGB

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