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

ColorPaletteType Enumeration

Contains palette types used when generating palettes.

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

Syntax

Visual Basic
Public Enumeration ColorPaletteType
C#
public enum ColorPaletteType

Members

Member name Description
GrayScale

Grayscale palette (predefined).

Bicolor

Black and white palette (predefined).

Mac

Mac palette (predefined).

Windows

Windows palette (predefined).

WebSafe

WebSafe palette (predefined).

Custom

Custom palette.

Adaptive

Adaptive algorithm of palette matching.

See Also

Reference