Go to the source code of this file.
|
enum | PaletteFlags { PaletteFlagsHasAlpha = 1,
PaletteFlagsGrayScale = 2,
PaletteFlagsHalftone = 4
} |
|
enum | DitherType {
DitherTypeNone,
DitherTypeSolid,
DitherTypeOrdered4x4,
DitherTypeOrdered8x8,
DitherTypeOrdered16x16,
DitherTypeSpiral4x4,
DitherTypeSpiral8x8,
DitherTypeDualSpiral4x4,
DitherTypeDualSpiral8x8,
DitherTypeErrorDiffusion,
DitherTypeMax
} |
|
enum | PaletteType {
PaletteTypeCustom,
PaletteTypeOptimal,
PaletteTypeFixedBW,
PaletteTypeFixedHalftone8,
PaletteTypeFixedHalftone27,
PaletteTypeFixedHalftone64,
PaletteTypeFixedHalftone125,
PaletteTypeFixedHalftone216,
PaletteTypeFixedHalftone252,
PaletteTypeFixedHalftone256
} |
|
◆ PixelFormat16bppARGB1555
◆ PixelFormat16bppGrayScale
◆ PixelFormat16bppRGB555
◆ PixelFormat16bppRGB565
◆ PixelFormat1bppIndexed
◆ PixelFormat24bppRGB
◆ PixelFormat32bppARGB
◆ PixelFormat32bppCMYK
#define PixelFormat32bppCMYK (15 | (32 << 8)) |
◆ PixelFormat32bppPARGB
◆ PixelFormat32bppRGB
◆ PixelFormat48bppRGB
◆ PixelFormat4bppIndexed
◆ PixelFormat64bppARGB
◆ PixelFormat64bppPARGB
◆ PixelFormat8bppIndexed
◆ PixelFormatAlpha
#define PixelFormatAlpha 0x00040000 |
◆ PixelFormatCanonical
#define PixelFormatCanonical 0x00200000 |
◆ PixelFormatDontCare
◆ PixelFormatExtended
#define PixelFormatExtended 0x00100000 |
◆ PixelFormatGDI
#define PixelFormatGDI 0x00020000 |
◆ PixelFormatIndexed
#define PixelFormatIndexed 0x00010000 |
◆ PixelFormatMax
◆ PixelFormatPAlpha
#define PixelFormatPAlpha 0x00080000 |
◆ PixelFormatUndefined
#define PixelFormatUndefined 0 |
◆ ARGB
◆ ColorPalette
◆ DitherType
◆ PaletteType
◆ PixelFormat
◆ DitherType
Enumerator |
---|
DitherTypeNone | |
DitherTypeSolid | |
DitherTypeOrdered4x4 | |
DitherTypeOrdered8x8 | |
DitherTypeOrdered16x16 | |
DitherTypeSpiral4x4 | |
DitherTypeSpiral8x8 | |
DitherTypeDualSpiral4x4 | |
DitherTypeDualSpiral8x8 | |
DitherTypeErrorDiffusion | |
DitherTypeMax | |
Definition at line 110 of file gdipluspixelformats.h.
◆ PaletteFlags
Enumerator |
---|
PaletteFlagsHasAlpha | |
PaletteFlagsGrayScale | |
PaletteFlagsHalftone | |
Definition at line 82 of file gdipluspixelformats.h.
◆ PaletteType
Enumerator |
---|
PaletteTypeCustom | |
PaletteTypeOptimal | |
PaletteTypeFixedBW | |
PaletteTypeFixedHalftone8 | |
PaletteTypeFixedHalftone27 | |
PaletteTypeFixedHalftone64 | |
PaletteTypeFixedHalftone125 | |
PaletteTypeFixedHalftone216 | |
PaletteTypeFixedHalftone252 | |
PaletteTypeFixedHalftone256 | |
Definition at line 125 of file gdipluspixelformats.h.
◆ GetPixelFormatSize()
◆ IsAlphaPixelFormat()
◆ IsCanonicalPixelFormat()
◆ IsExtendedPixelFormat()
◆ IsIndexedPixelFormat()