|
Berserk
|
This is the complete list of members for Image, including all inherited members.
| Empty() const | Image | inline |
| FileFormat enum name | Image | |
| Format typedef | Image | |
| GetFormat() const | Image | inline |
| GetHeight() const | Image | inline |
| GetPixelData() const | Image | inline |
| GetPixelSize() const | Image | inline |
| GetSizeBytes() const | Image | inline |
| GetStride() const | Image | inline |
| GetWidth() const | Image | inline |
| Image()=default | Image | |
| Image(uint32 width, uint32 height, Format format) | Image | |
| Image(uint32 width, uint32 height, uint32 stride, uint32 pixelSize, Format format, Ref< Data > pixelData) | Image | |
| Image(const Image &)=default | Image | |
| Image(Image &&) noexcept=default | Image | |
| LoadRgba(const String &path, uint32 channels=4) | Image | static |
| operator=(const Image &)=default | Image | |
| operator=(Image &&) noexcept=default | Image | |
| Resize(uint32 newWidth, uint32 newHeight) const | Image | |
| SaveRgba(const String &filepath, FileFormat fileFormat, int quality=100) const | Image | |
| ~Image()=default | Image |