#include <Pt/Gfx/Image.h>
Generic image.
Public Member Functions | |
| const ImageFormat & | format () const |
| Returns the format of the image. | |
| const Size & | size () const |
| Returns the size of the image. | |
| const ImageView & | view () const |
| Returns a view on the image data. | |
| ImageView & | view () |
| Returns a view on the image data. | |