Aurigma Graphics Mill 5.5 for .NET
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. |