This documentation is for the old version. Go to the latest Graphics Mill docs

PixelFormatConverter.BuildAdaptivePaletteWithAlpha Property

Gets/sets a value which specifies whether the alpha channel should be taken into account when building an adaptive palette.

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

Syntax

Visual Basic
Public Property BuildAdaptivePaletteWithAlpha As Boolean
C#
public bool BuildAdaptivePaletteWithAlpha { get; set; }

Property Value

Value which specifies whether the alpha channel should be taken into account. If true, alpha channel will be added to the palette if necessary.

See Also

Reference