PaletteTypefunction
Used by the **GdipInitializePalette** and **GdipBitmapConvertFormat** functions. The members of the enumeration identify several standard color palette formats.
No implementation located. This member is documented, but the source scan found no matching declaration. It is likely declared in a header this scan does not resolve, or provided by a macro.
Parameters
| Name | Description | |
|---|---|---|
PaletteTypeCustom | 0 | |
PaletteTypeOptimal | 1 | |
PaletteTypeFixedBW | 2 | |
PaletteTypeFixedHalftone8 | 3 | |
PaletteTypeFixedHalftone27 | 4 | |
PaletteTypeFixedHalftone64 | 5 | |
PaletteTypeFixedHalftone125 | 6 | |
PaletteTypeFixedHalftone216 | 7 | |
PaletteTypeFixedHalftone252 | 8 | |
PaletteTypeFixedHalftone256 | 9 |
Description
Specifies color palette types. Used by the GdipInitializePalette and GdipBitmapConvertFormat functions. The members of the enumeration identify several standard color palette formats.
Reference
- Documented in Graphics/GdiPlus Flat Api/GdiPlus Enumerations.md
- Topic: GdiPlus Enumerations