Palette type to use when reducing colors.
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public enum PaletteType
Public Enumeration PaletteType
public enum class PaletteType
Members
Member | Value | Description |
---|---|---|
MedianCut | 0 |
An optimal palette generated using a median-cut algorithm. Derived from the colors in an image.
|
FixedBW | 1 |
A black and white palette.
|
FixedHalftone8 | 2 |
A palette that has its 8-color on-off primaries and the 16 system colors added. With duplicates removed, 16 colors are available.
|
FixedHalftone27 | 3 |
A palette that has 3 intensity levels of each primary: 27-color on-off primaries and the 16 system colors added. With duplicates removed, 35 colors are available.
|
FixedHalftone64 | 4 |
A palette that has 4 intensity levels of each primary: 64-color on-off primaries and the 16 system colors added. With duplicates removed, 72 colors are available.
|
FixedHalftone125 | 5 |
A palette that has 5 intensity levels of each primary: 125-color on-off primaries and the 16 system colors added. With duplicates removed, 133 colors are available.
|
FixedWebPalette | 6 |
A palette that has 6 intensity levels of each primary: 216-color on-off primaries and the 16 system colors added. With duplicates removed, 224 colors are available.
|
FixedHalftone252 | 7 |
A palette that has its 252-color on-off primaries and the 16 system colors added. With duplicates removed, 256 colors are available.
|
FixedHalftone256 | 8 |
A palette that has its 256-color on-off primaries and the 16 system colors added. With duplicates removed, 256 colors are available.
|
FixedGray4 | 9 |
A palette that has 4 shades of gray.
|
FixedGray16 | 10 |
A palette that has 16 shades of gray.
|
FixedGray256 | 11 |
A palette that has 256 shades of gray.
|