Gets/sets a value which specifies whether the alpha threshold should be used when building an adaptive palette.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic

Public Property PaletteAlphaThresholdUsed As Boolean

C#

public bool PaletteAlphaThresholdUsed { get; set; }

Property Value

Value which specifies whether to apply alpha channel threshold.

Remarks

If the value of this property is true, and the value of the BuildAdaptivePaletteWithAlpha property is also true, then all alpha channel values will come to 0 or 255 depending on the PaletteAlphaThreshold property value.