Basic bitmap interface.
#include <srl_bitmap.hpp>
Public Member Functions | |
| virtual | ~IBitmap ()=0 |
| Destroy the IBitmap object. | |
| virtual uint8_t * | GetData ()=0 |
| Get image data. | |
| virtual BitmapInfo | GetInfo () const =0 |
| Get bitmap info. | |
Protected Member Functions | |
| IBitmap ()=default | |
| Interface does not have a default public constructor. | |