Palette type to use when reducing colors.

Namespace: HiComponents.IEvolution
Assembly: 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

MemberValueDescription
MedianCut0
An optimal palette generated using a median-cut algorithm. Derived from the colors in an image.
FixedBW1
A black and white palette.
FixedHalftone82
A palette that has its 8-color on-off primaries and the 16 system colors added. With duplicates removed, 16 colors are available.
FixedHalftone273
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.
FixedHalftone644
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.
FixedHalftone1255
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.
FixedWebPalette6
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.
FixedHalftone2527
A palette that has its 252-color on-off primaries and the 16 system colors added. With duplicates removed, 256 colors are available.
FixedHalftone2568
A palette that has its 256-color on-off primaries and the 16 system colors added. With duplicates removed, 256 colors are available.
FixedGray49
A palette that has 4 shades of gray.
FixedGray1610
A palette that has 16 shades of gray.
FixedGray25611
A palette that has 256 shades of gray.

See Also