Represents a bitmap image. More...
Data Fields | |
INT32 | w |
INT32 | h |
INT32 | pitch |
INT32 | depth |
void * | pixels |
EYEPIXELFORMAT * | format |
Represents a bitmap image.
INT32 depth |
Depth of the image. possible values are 8,15,16,24,32
EYEPIXELFORMAT* format |
pixel format of the image.
INT32 h |
height of the image
INT32 pitch |
pitch of image lines. This can be 0. if this is 0, then ((depth+7)/8)*width is used
void* pixels |
uncompressed pixel data
INT32 w |
width of the image