You are viewing documentation for version:
BMP Data type structure to hold information about the bmp data returned. 
Public Attributes#
uint16_t
Color depth of the data returned from function. 
uint32_t
Byte length of returned data. 
uint32_t
Marks whether this data is at the end of the current row. 
Public Attribute 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