|
Avara3D 0.2.0
C++ API reference
|
This is the complete list of members for a3d::Image, including all inherited members.
| buffer() const | a3d::Image | |
| bytesPerPixel() const | a3d::Image | |
| height() const | a3d::Image | |
| Image(const std::filesystem::path &path, bool flipVertical=true, bool flipHorizontal=false) | a3d::Image | explicit |
| Image(const Buffer &buffer, bool flipVertical=true, bool flipHorizontal=false) | a3d::Image | explicit |
| Image(std::unique_ptr< Buffer > buffer, unsigned width, unsigned height, unsigned bytesPerPixel, bool flipVertical=true, bool flipHorizontal=false) | a3d::Image | |
| inverted() const | a3d::Image | |
| width() const | a3d::Image | |
| writePNG(const std::filesystem::path &path) const | a3d::Image |