OptimizedPaletteQuantizerAlphaThreshold Property

Gets the alpha threshold value used by this OptimizedPaletteQuantizer. This value will be returned also by the AlphaThreshold property once an IQuantizingSession is created from this instance.
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.2.0
C#
public byte AlphaThreshold { get; }

Property Value

Byte

See Also