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

Compression type.

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.


Definition at line 168 of file platform/middleware/glib/glib/bmp.h

compressionType#

uint32_t BMP_DataType::compressionType

Compression type.


Definition at line 170 of file platform/middleware/glib/glib/bmp.h

size#

uint32_t BMP_DataType::size

Byte length of returned data.


Definition at line 172 of file platform/middleware/glib/glib/bmp.h

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


Definition at line 174 of file platform/middleware/glib/glib/bmp.h