ColorPaletteType Enumeration

Contains palette types used when generating palettes.

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

Syntax

C#
public enum ColorPaletteType

Members

Member name Description
Adaptive

Adaptive algorithm of palette matching.

Bicolor

Black and white palette (predefined).

Custom

Custom palette.

Grayscale

Grayscale palette (predefined).

Mac

Mac palette (predefined).

NeuQuant
WebSafe

WebSafe palette (predefined).

Windows

Windows palette (predefined).

See Also

Reference