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: 9.0.0
C#
publicPalette? Palette { get; }
VB
PublicReadOnlyPropertyPaletteAsPaletteGet
C++
public:
propertyPalette^ Palette {
Palette^ get ();
}