Table of Contents

Method CSI_AppendBackgroundColorRGB

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

CSI_AppendBackgroundColorRGB(StringBuilder, int, int, int)

ESC[48;2;{r};{g};{b}m Append background color as RGB to StringBuilder.

public static void CSI_AppendBackgroundColorRGB(StringBuilder builder, int r, int g, int b)

Parameters

builder StringBuilder
r int
g int
b int