|
TinyGPU
|
Stores parsed BMP metadata. More...
#include <BMPParser.h>
Public Attributes | |
| uint32_t | fileSize = 0 |
| uint32_t | pixelOffset = 0 |
| uint32_t | dibHeaderSize = 0 |
| int32_t | width = 0 |
| int32_t | height = 0 |
| uint16_t | planes = 0 |
| uint16_t | bitsPerPixel = 0 |
| uint32_t | compression = 0 |
| uint32_t | imageSize = 0 |
| uint32_t | colorsUsed = 0 |
| uint32_t | redMask = 0 |
| uint32_t | greenMask = 0 |
| uint32_t | blueMask = 0 |
| uint32_t | alphaMask = 0 |
Stores parsed BMP metadata.
| uint32_t alphaMask = 0 |
| uint16_t bitsPerPixel = 0 |
| uint32_t blueMask = 0 |
| uint32_t colorsUsed = 0 |
| uint32_t compression = 0 |
| uint32_t dibHeaderSize = 0 |
| uint32_t fileSize = 0 |
| uint32_t greenMask = 0 |
| int32_t height = 0 |
| uint32_t imageSize = 0 |
| uint32_t pixelOffset = 0 |
| uint16_t planes = 0 |
| uint32_t redMask = 0 |
| int32_t width = 0 |