Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

Pixel formats dictate how data for each pixel in surface memory is to be interpreted. DirectDraw uses the DDPIXELFORMATstructure to describe various pixel formats. The DDPIXELFORMATcontains members to describe the following traits of a pixel format:

  • Palettized or non-palettized pixel format

  • If non-palettized, whether the pixel format is RGB or YUV

  • Bit depth

  • Bit masks for the pixel format's components

You can retrieve information about an existing surface's pixel format by calling the IDirectDrawSurface::GetPixelFormatmethod.