Contains palette types used when generating palettes.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Enumeration ColorPaletteType
public enum ColorPaletteType
| 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. |