|
GitOS
|
#include <BMPFile.hpp>
Public Member Functions | |
| BMPFile (uint8_t *data, uint32_t sz) | |
| bool | has_color_table () const |
| const uint32_t * | get_raster () const |
| uint32_t | get_pixel (uint32_t x, uint32_t y) const |
| uint32_t | get_width () const |
| uint32_t | get_height () const |
| BMPFile | ( | uint8_t * | data, |
| uint32_t | sz ) |
References data, and debug_printf().
| uint32_t get_height | ( | ) | const |
| uint32_t get_pixel | ( | uint32_t | x, |
| uint32_t | y ) const |
References debug_printf(), and width.
| const uint32_t * get_raster | ( | ) | const |
| uint32_t get_width | ( | ) | const |
| bool has_color_table | ( | ) | const |