OptimizedPaletteQuantizerBackColor Property

Gets the back color used by this OptimizedPaletteQuantizer. This value will be returned also by the BackColor property once an IQuantizingSession is created from this instance. The A field of the returned color is always 255.
See the Remarks section of the IQuantizingSession.AlphaThreshold property for details.

Definition

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

Property Value

Color32

See Also