|
Rasterfarm-SDK
|
This is the complete list of members for PngImage, including all inherited members.
| allocAndCreatePixels() | PngImage | virtual |
| ALPHA_8 enum value | Image | |
| BGR_888 enum value | Image | |
| BGRA_4444 enum value | Image | |
| BGRA_8888 enum value | Image | |
| byteSize(PixelFormat pixelFormat) | Image | static |
| channels | Image | protected |
| convert(PixelFormat pixelFormat) | Image | static |
| createImage(const char *filename) | Image | static |
| dataSize | Image | |
| DEPTH_16 enum value | Image | |
| DEPTH_24 enum value | Image | |
| DEPTH_8 enum value | Image | |
| error(png_struct *pHeader, png_const_charp error) | PngImage | static |
| Format enum name | Image | |
| format | Image | protected |
| getData() const | Image | inline |
| getFormat() const | Image | inline |
| getHeight() const | Image | inline |
| getWidth() const | Image | inline |
| GRAY_16 enum value | Image | |
| GRAY_8 enum value | Image | |
| GRAY_ALPHA_15_1 enum value | Image | |
| GRAY_ALPHA_8_8 enum value | Image | |
| hasAlpha(PixelFormat pixelFormat) | Image | static |
| height | Image | protected |
| Image(const char *filename) | Image | |
| isValid(const char *filename) | PngImage | static |
| Image::isValid(const char *filename, const ByteArray &magic) | Image | static |
| magic | PngImage | static |
| pData | Image | protected |
| PngImage(const char *filename) | PngImage | |
| read(png_struct *pHeader, png_byte *pData, png_size_t length) | PngImage | static |
| removeAlpha(PixelFormat pixelFormat) | Image | static |
| RGB_565 enum value | Image | |
| RGB_888 enum value | Image | |
| RGBA_4444 enum value | Image | |
| RGBA_5551 enum value | Image | |
| RGBA_8888 enum value | Image | |
| save(const char *file) | PngImage | virtual |
| save(const char *file, Texture *pTexture, TextureType target=QUAD_MAP) | PngImage | static |
| warning(png_struct *pHeader, png_const_charp error) | PngImage | static |
| width | Image | protected |
| write(png_struct *pHeader, png_byte *pData, png_size_t length) | PngImage | static |
| writeImageToFile(Byte *pData, uint width, uint height, Image::Format format, const char *filename) | PngImage | static |
| ~Image() | Image | virtual |
| ~PngImage() | PngImage | virtual |