#include <plwindefs.h>
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.