|
Simple GUI Library
|
Public Member Functions | |
| Image (const char *filename, ImageFormat format) | |
| Image (const Sml::Texture *texture) | |
| int32_t | getWidth () const |
| int32_t | getHeight () const |
| ImageFormat | getFormat () const |
| const Sml::Texture * | getTexture () const |
| Sgl::Image::Image | ( | const char * | filename, |
| ImageFormat | format | ||
| ) |