Avara3D 0.2.0
C++ API reference
a3d::Image Member List

This is the complete list of members for a3d::Image, including all inherited members.

buffer() consta3d::Image
bytesPerPixel() consta3d::Image
height() consta3d::Image
Image(const std::filesystem::path &path, bool flipVertical=true, bool flipHorizontal=false)a3d::Imageexplicit
Image(const Buffer &buffer, bool flipVertical=true, bool flipHorizontal=false)a3d::Imageexplicit
Image(std::unique_ptr< Buffer > buffer, unsigned width, unsigned height, unsigned bytesPerPixel, bool flipVertical=true, bool flipHorizontal=false)a3d::Image
inverted() consta3d::Image
width() consta3d::Image
writePNG(const std::filesystem::path &path) consta3d::Image