From 93a6590af7f866838d883d92fac655251685c3d7 Mon Sep 17 00:00:00 2001 From: manuel Date: Sat, 2 May 2009 18:58:26 +0200 Subject: adding doxygen files --- ...structCWindowsBitmap_1_1BITMAP__INFOHEADER.html | 231 +++++++++++++++++++++ 1 file changed, 231 insertions(+) create mode 100644 ue2/doxygen/structCWindowsBitmap_1_1BITMAP__INFOHEADER.html (limited to 'ue2/doxygen/structCWindowsBitmap_1_1BITMAP__INFOHEADER.html') diff --git a/ue2/doxygen/structCWindowsBitmap_1_1BITMAP__INFOHEADER.html b/ue2/doxygen/structCWindowsBitmap_1_1BITMAP__INFOHEADER.html new file mode 100644 index 0000000..03a763e --- /dev/null +++ b/ue2/doxygen/structCWindowsBitmap_1_1BITMAP__INFOHEADER.html @@ -0,0 +1,231 @@ + + +imgsynth2: CWindowsBitmap::BITMAP_INFOHEADER Struct Reference + + + + +
+ +
+
+ +
+ +

CWindowsBitmap::BITMAP_INFOHEADER Struct Reference

Windows Bitmap Info Header structure. +More... +

+#include <cwindowsbitmap.h> +

+ +

+List of all members. + + + + + + + + + + + + + + + + + + + + + + + + +

Public Attributes

uint32_t biSize
int32_t biWidth
int32_t biHeight
uint16_t biPlanes
uint16_t biBitCount
uint32_t biCompression
uint32_t biSizeImage
int32_t biXPelsPerMeter
int32_t biYPelsPerMeter
uint32_t biClrUsed
uint32_t biClrImportant
+


Detailed Description

+Windows Bitmap Info Header structure.

Member Data Documentation

+ +
+ +
+ +

+the size of this header (40 bytes) +

+

+ +

+ +
+ +

+the bitmap width in pixels (signed integer) +

+

+ +

+ +
+ +

+the bitmap height in pixels (signed integer) +

+

+ +

+ +
+ +

+the number of color planes being used. Must be set to 1 +

+

+ +

+ +
+ +

+the number of bits per pixel, which is the color depth of the image +

+

+ +

+ +
+ +

+the compression method being used +

+

+ +

+ +
+ +

+the image size +

+

+ +

+ +
+ +

+the horizontal resolution of the image (pixel per meter) +

+

+ +

+ +
+ +

+the vertical resolution of the image (pixel per meter) +

+

+ +

+ +
+ +

+the number of colors in the color palette, or 0 to default to 2^n +

+

+ +

+ +
+ +

+the number of important colors used, or 0 when every color is important; generally ignored. +

+

+


The documentation for this struct was generated from the following file: +
Generated on Sat May 2 18:58:11 2009 for imgsynth2 by  + +doxygen 1.5.3
+ + -- cgit v1.2.3