__BMP_DataType Struct Reference

BMP Data type structure to hold information about the bmp data returned.

#include <bmp.h>

Data Fields

uint16_t bitsPerPixel
 Color depth of the data returned from function.
 
uint32_t compressionType
 Compression type.
 
uint32_t size
 Byte length of returned data.
 
uint32_t endOfRow
 Marks whether this data is at the end of the current row.
 

BMP Data type structure to hold information about the bmp data returned.

Field Documentation

◆ bitsPerPixel

uint16_t __BMP_DataType::bitsPerPixel

Color depth of the data returned from function.

◆ compressionType

uint32_t __BMP_DataType::compressionType

Compression type.

◆ size

uint32_t __BMP_DataType::size

Byte length of returned data.

◆ endOfRow

uint32_t __BMP_DataType::endOfRow

Marks whether this data is at the end of the current row.

endOfRow == 1, if end of row is reached. endOfRow == 0, if there is still unread data left in the row