PredefinedColorsQuantizerPalette Property

If this PredefinedColorsQuantizer is associated with a specific palette, then returns the same Palette that will be returned also by the Palette property once an IQuantizingSession is created from this instance; otherwise, returns .

Definition

Namespace: KGySoft.Drawing.Imaging
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 8.1.0
C#
public Palette? Palette { get; }

Property Value

Palette

See Also