Type of a DIB palette entry. This struct contains four bytes; note the order carefully.
Copy Code | |
---|---|
AT_PIXEL rgbBlue; AT_PIXEL rgbGreen; AT_PIXEL rgbRed; AT_BYTE rgbReserved; |
Members:
Name | Type | Description |
rgbBlue | AT_PIXEL | Byte containing blue component of color, 0 to 255. |
rgbGreen | AT_PIXEL | Green component of color. |
rgbRed | AT_PIXEL | Red component of color. |
rgbReserved | AT_BYTE | Reserved, should be 0. |