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

ColorPalette.HasAlpha Property

Indicates if palette support transparency.

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

Syntax

Visual Basic
Public ReadOnly Property HasAlpha As Boolean
C#
public bool HasAlpha { get; }

Property Value

Value indicating if palette entries support alpha channel (information about pixel transparency).

See Also

Reference