Table of Contents

Constructor PopularityPaletteWithThreshold

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

PopularityPaletteWithThreshold(IColorDistance, double)

Creates a new instance with the given color grouping parameters.

public PopularityPaletteWithThreshold(IColorDistance colorDistance, double mergeThreshold)

Parameters

colorDistance IColorDistance

Determines which different colors can be considered the same.

mergeThreshold double

Threshold for merging two colors together.