gdipluspixelformats.h header

This header is used by GDI+. For more information, see:

gdipluspixelformats.h contains the following programming interfaces:

Functions

 
GetPixelFormatSize

The GetPixelFormatSize method returns the number of bits per pixel used by a specified pixel format.
IsAlphaPixelFormat

The IsAlphaPixelFormat method determines whether a specified pixel format has an alpha component.
IsCanonicalPixelFormat

The IsCanonicalPixelFormat method determines whether a specified pixel format is one of the canonical formats:_PixelFormat32bppARGB or PixelFormat64bppARGB.
IsExtendedPixelFormat

The IsExtendedPixelFormat method determines whether a specified pixel format uses 16 bits per color channel.
IsIndexedPixelFormat

The IsIndexedPixelFormat method determines whether a specified pixel format is an indexed format.

Structures

 
ColorPalette

The ColorPalette structure defines an array of colors that make up a color palette. The colors are 32-bit ARGB colors.

Enumerations

 
DitherType

The DitherType enumeration identifies the available algorithms for dithering when a bitmap is converted.
PaletteFlags

The PaletteFlags enumeration indicates attributes of the color data in a palette.
PaletteType

The PaletteType enumeration is used by the Bitmap::InitializePalette and Bitmap::ConvertFormat methods of the Bitmap class. The members of the enumeration identify several standard color palette formats.