
Represents pixel format of an image or surface. More...
Data Fields | |
| byte | colorkey |
| INT32 | Rmask |
| INT32 | Gmask |
| INT32 | Bmask |
| INT32 | Amask |
| EYEPALETTE * | palette |
Represents pixel format of an image or surface.
| INT32 Amask |
Bit mask identifying the bits that encode the alpha channel.
| INT32 Bmask |
Bit mask identifying the bits that encode the blue channel.
| byte colorkey |
Index of the invisible colour.
| INT32 Gmask |
Bit mask identifying the bits that encode the green channel.
| EYEPALETTE* palette |
Indexed list of RGB colour values.
| INT32 Rmask |
Bit mask identifying the bits that encode the red channel.