Bitmap information.
#include <srl_bitmap.hpp>
Public Member Functions | |
| BitmapInfo (uint16_t width, uint16_t height) | |
| Construct a new Bitmap info. | |
| BitmapInfo (uint16_t width, uint16_t height, Bitmap::Palette *palette) | |
| Construct a new Bitmap info. | |
Public Attributes | |
| CRAM::TextureColorMode | ColorMode |
| Image color mode. | |
| uint16_t | Height |
| Image height. | |
| Bitmap::Palette * | Palette |
| Used palette (not in use for RGB555 images) | |
| uint16_t | Width |
| Image width. | |