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

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

CSI_SetBackgroundColor(AnsiColorCode)

ESC [ (n) m - Uses CSI_SetGraphicsRendition(params int[]) to set the background color.

public static string CSI_SetBackgroundColor(AnsiColorCode code)

Parameters

code AnsiColorCode

One of the 16 color codes.

Returns

string

Edit this page