mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-11-29 07:56:43 -05:00
parent
c01597baf2
commit
6b02ba6e5d
7 changed files with 128 additions and 15 deletions
|
|
@ -42,6 +42,7 @@ class BMPFile {
|
|||
uint32_t getbpr() { return byte_per_row; };
|
||||
|
||||
bool read_next_px(ui::Color& px, bool seek);
|
||||
bool read_next_px_cnt(ui::Color* px, uint32_t count, bool seek);
|
||||
bool write_next_px(ui::Color& px);
|
||||
uint32_t get_real_height();
|
||||
uint32_t get_width();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue