Table of Contents

Method CSI_SetForegroundColorRGB

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

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)

Parameters

r int
g int
b int

Returns

string