Method GetColors | Terminal.Gui v1 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

GetColors(int, out Color, out Color)

Gets the foreground and background colors based on the value.

public abstract bool GetColors(int value, out Color foreground, out Color background)

Parameters

value int

The value.

foreground Color

The foreground.

background Color

The background.

Returns

bool

Edit this page