Table of Contents

Method GetColors

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