[]
Specifies the type of palette used for indexed pixel formats.
public enum WicPaletteType
Custom = 0
An arbitrary custom palette provided by caller.
FixedBW = 2
A black and white palette.
FixedGray16 = 11
A palette that has 16 shades of gray.
FixedGray256 = 12
A palette that has 256 shades of gray.
FixedGray4 = 10
A palette that has 4 shades of gray.
FixedHalftone125 = 6
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.
FixedHalftone216 = 7
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 = 8
A palette that has its 252-color on-off primaries and the 16 system colors added. With duplicates removed, 256 colors are available.
FixedHalftone256 = 9
A palette that has its 256-color on-off primaries and the 16 system colors added. With duplicates removed, 256 colors are available.
FixedHalftone27 = 4
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 = 5
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.
FixedHalftone8 = 3
A palette that has its 8-color on-off primaries and the 16 system colors added. With duplicates removed, 16 colors are available.
FixedWebPalette = 7
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.
MedianCut = 1
An optimal palette generated using a median-cut algorithm. Derived from the colors in an image.