ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

gdipluspixelformats.h File Reference

Go to the source code of this file.

Data Structures

struct  ColorPalette

Defines

#define PixelFormatIndexed   0x00010000
#define PixelFormatGDI   0x00020000
#define PixelFormatAlpha   0x00040000
#define PixelFormatPAlpha   0x00080000
#define PixelFormatExtended   0x00100000
#define PixelFormatCanonical   0x00200000
#define PixelFormatUndefined   0
#define PixelFormatDontCare   0
#define PixelFormat1bppIndexed   (1 | ( 1 << 8) | PixelFormatIndexed | PixelFormatGDI)
#define PixelFormat4bppIndexed   (2 | ( 4 << 8) | PixelFormatIndexed | PixelFormatGDI)
#define PixelFormat8bppIndexed   (3 | ( 8 << 8) | PixelFormatIndexed | PixelFormatGDI)
#define PixelFormat16bppGrayScale   (4 | (16 << 8) | PixelFormatExtended)
#define PixelFormat16bppRGB555   (5 | (16 << 8) | PixelFormatGDI)
#define PixelFormat16bppRGB565   (6 | (16 << 8) | PixelFormatGDI)
#define PixelFormat16bppARGB1555   (7 | (16 << 8) | PixelFormatAlpha | PixelFormatGDI)
#define PixelFormat24bppRGB   (8 | (24 << 8) | PixelFormatGDI)
#define PixelFormat32bppRGB   (9 | (32 << 8) | PixelFormatGDI)
#define PixelFormat32bppARGB   (10 | (32 << 8) | PixelFormatAlpha | PixelFormatGDI | PixelFormatCanonical)
#define PixelFormat32bppPARGB   (11 | (32 << 8) | PixelFormatAlpha | PixelFormatPAlpha | PixelFormatGDI)
#define PixelFormat48bppRGB   (12 | (48 << 8) | PixelFormatExtended)
#define PixelFormat64bppARGB   (13 | (64 << 8) | PixelFormatAlpha | PixelFormatCanonical | PixelFormatExtended)
#define PixelFormat64bppPARGB   (14 | (64 << 8) | PixelFormatAlpha | PixelFormatPAlpha | PixelFormatExtended)
#define PixelFormatMax   15

Typedefs

typedef DWORD ARGB
typedef INT PixelFormat

Generated on Sun May 27 2012 05:41:20 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.