Rendu
A lightweight rendering engine for experimentations
Loading...
Searching...
No Matches
Image Member List

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

componentsImage
heightImage
Image()=defaultImage
Image(unsigned int awidth, unsigned int aheight, unsigned int acomponents, float value=0.0f)Image
Image(const Image &)=deleteImage
Image(Image &&)=defaultImage
isFloat(const std::string &path)Imagestatic
load(const std::string &path, unsigned int channels, bool flip, bool externalFile)Image
loadHDR(const std::string &path, unsigned int channels, bool flip, bool externalFile)Imageprivate
loadLDR(const std::string &path, unsigned int channels, bool flip, bool externalFile)Imageprivate
operator=(const Image &)=deleteImage
operator=(Image &&)=defaultImage
pixelsImage
r(int x, int y)Image
r(int x, int y) constImage
rgb(int x, int y)Image
rgb(int x, int y) constImage
rgba(int x, int y)Image
rgba(int x, int y) constImage
rgbal(float x, float y) constImage
rgbl(float x, float y) constImage
rgbn(float x, float y) constImage
save(const std::string &path, Save options) constImage
Save enum nameImage
saveAsHDR(const std::string &path, Save options) constImageprivate
saveAsLDR(const std::string &path, Save options) constImageprivate
widthImage