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)
Public Property PaletteAlphaThresholdUsed As Boolean
public bool PaletteAlphaThresholdUsed { get; set; }
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.