Data Fields | |
UINT32 | Flags |
UINT16 | Width |
UINT16 | Height |
EFI_GRAPHICS_OUTPUT_BLT_PIXEL * | Bitmap |
Flags | Describe image characteristics. If EFI_IMAGE_TRANSPARENT is set, then the image was designed for transparent display. | |
Width | Image width, in pixels. | |
Height | Image height, in pixels. | |
Bitmap | A pointer to the actual bitmap, organized left-to-right, top-to-bottom. The size of the bitmap is Width*Height*sizeof(EFI_GRAPHICS_OUTPUT_BLT_PIXEL). |