Table of Contents

Method BuildPalette

Namespace
Terminal.Gui.Drawing
Assembly
Terminal.Gui.dll

BuildPalette(int)

Builds the static palette, limited to maxColors colors.

List<Color> BuildPalette(int maxColors)

Parameters

maxColors int

The maximum number of colors that should be represented.

Returns

List<Color>

The static palette colors.