#include <plwindefs.h>
Collaboration diagram for tagWINRGBQUAD:
Public Attributes | |
PLBYTE | rgbBlue |
PLBYTE | rgbGreen |
PLBYTE | rgbRed |
PLBYTE | rgbReserved |
Contains the definitions for the data structures used in windows bitmap files. For windows apps, they are already defined - but not with these names.
The WINRGBQUAD, WINBITMAPFILEHEADER, WINBITMAPINFOHEADER, and WINBITMAPINFO structs are defined as RGBQUAD etc. in the windows header files. See the windows documentation for details.
Definition at line 25 of file plwindefs.h.
|
Definition at line 27 of file plwindefs.h. Referenced by PLBmpDecoder::readPalette(). |
|
Definition at line 28 of file plwindefs.h. Referenced by PLBmpDecoder::readPalette(). |
|
Definition at line 29 of file plwindefs.h. Referenced by PLBmpDecoder::readPalette(). |
|
Definition at line 30 of file plwindefs.h. |