|
PieDock 1.4.3
|
#include <PngSurface.h>


Public Member Functions | |
| PngSurface (std::string) | |
| PngSurface (std::istream &) | |
| void | load (std::istream &) |
A ARGB surface loaded from a PNG file
| PngSurface::PngSurface | ( | std::string | f | ) |
| PngSurface::PngSurface | ( | std::istream & | in | ) |
| void PngSurface::load | ( | std::istream & | in | ) |
Load image from a PNG input stream
| in | - input stream |
References PieDock::Surface::allocateData(), PieDock::Surface::calculateSize(), and PieDock::Surface::freeData().
Referenced by PngSurface().
1.7.3