Table of Contents

Interface IPaletteBuilder

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Builds a palette of a given size for a given set of input colors.

public interface IPaletteBuilder

Methods

BuildPalette(List<Color>, int)

Reduce the number of colors to maxColors (or less) using an appropriate selection algorithm.