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

ColorPalette.Type Property

Indicates how palette was created - either as some predefined palette or custom one.

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

Syntax

Visual Basic
Public ReadOnly Property Type As ColorPaletteType
C#
public ColorPaletteType Type { get; }

Property Value

Value indicating palette type.

Remarks

If you load any predefined palette, and change any entry (using Item[Int32] property), palette type is set to Custom.

See Also

Reference