|
|
Flags of the bitmap, can be OR'ed by the following values:
- MYBMP_TYPE_NORMAL
A normal palette bitmap. - MYBMP_TYPE_RGB
A RGB bitmap. - MYBMP_TYPE_BGR
A BGR bitmap. - MYBMP_TYPE_RGBA
A RGBA bitmap. - MYBMP_FLOW_DOWN
The scanline flows from top to bottom. - MYBMP_FLOW_UP
The scanline flows from bottom to top. - MYBMP_TRANSPARENT
Have a trasparent value. - MYBMP_ALPHACHANNEL
Have a alpha channel. - MYBMP_ALPHA
Have a per-pixel alpha value. - MYBMP_RGBSIZE_3
Size of each RGB triple is 3 bytes. - MYBMP_RGBSIZE_4
Size of each RGB triple is 4 bytes. - MYBMP_LOAD_GRAYSCALE
Tell bitmap loader to load a grayscale bitmap. - MYBMP_LOAD_ALLOCATE_ONE
Tell bitmap loader to allocate space for only one scanline.
Definition at line 6695 of file gdi.h. |