ColorPalette.Type Property

Gets a value indicating whether this palette is predefined or custom.

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

Syntax

C#
public ColorPaletteType Type { get; }

Property Value

A ColorPaletteType specifying the 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