Interface IPaletteBuilder
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
tomaxColors
(or less) using an appropriate selection algorithm.