TinyGPU
Loading...
Searching...
No Matches
Public Attributes | List of all members
BMPParser< RGB_T >::HeaderInfo Struct Reference

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
 

Detailed Description

template<typename RGB_T = RGB565>
struct tinygpu::BMPParser< RGB_T >::HeaderInfo

Stores parsed BMP metadata.

Member Data Documentation

◆ alphaMask

uint32_t alphaMask = 0

◆ bitsPerPixel

uint16_t bitsPerPixel = 0

◆ blueMask

uint32_t blueMask = 0

◆ colorsUsed

uint32_t colorsUsed = 0

◆ compression

uint32_t compression = 0

◆ dibHeaderSize

uint32_t dibHeaderSize = 0

◆ fileSize

uint32_t fileSize = 0

◆ greenMask

uint32_t greenMask = 0

◆ height

int32_t height = 0

◆ imageSize

uint32_t imageSize = 0

◆ pixelOffset

uint32_t pixelOffset = 0

◆ planes

uint16_t planes = 0

◆ redMask

uint32_t redMask = 0

◆ width

int32_t width = 0

The documentation for this struct was generated from the following file: