ImageEn, unit imageenproc

TIEPaletteType


Declaration

TIEPaletteType = (ieptMedianCut, ieptFixedBW, ieptFixedHalftone8, ieptFixedHalftone27, ieptFixedHalftone64,
                  ieptFixedHalftone125, ieptFixedWebPalette, ieptFixedHalftone252,
                  ieptFixedHalftone256, ieptFixedGray4, ieptFixedGray16, ieptFixedGray256);


Description

Value Description
ieptMedianCut An optimal palette generated using a median-cut algorithm. Derived from the colors in an image
ieptFixedBW A black and white palette
ieptFixedHalftone8 A palette that has its 8-color on-off primaries and the 16 system colors added. With duplicates removed, 16 colors are available
ieptFixedHalftone27 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
ieptFixedHalftone64 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
ieptFixedHalftone125 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
ieptFixedWebPalette 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
ieptFixedHalftone252 A palette that has its 252-color on-off primaries and the 16 system colors added. With duplicates removed, 256 colors are available
ieptFixedHalftone256 A palette that has its 256-color on-off primaries and the 16 system colors added. With duplicates removed, 256 colors are available
ieptFixedGray4 A palette that has 4 shades of gray
ieptFixedGray16 A palette that has 16 shades of gray
ieptFixedGray256 A palette that has 256 shades of gray