|
Rendu
A lightweight rendering engine for experimentations
|
This is the complete list of members for Image, including all inherited members.
| components | Image | |
| height | Image | |
| Image()=default | Image | |
| Image(unsigned int awidth, unsigned int aheight, unsigned int acomponents, float value=0.0f) | Image | |
| Image(const Image &)=delete | Image | |
| Image(Image &&)=default | Image | |
| isFloat(const std::string &path) | Image | static |
| 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) | Image | private |
| loadLDR(const std::string &path, unsigned int channels, bool flip, bool externalFile) | Image | private |
| operator=(const Image &)=delete | Image | |
| operator=(Image &&)=default | Image | |
| pixels | Image | |
| r(int x, int y) | Image | |
| r(int x, int y) const | Image | |
| rgb(int x, int y) | Image | |
| rgb(int x, int y) const | Image | |
| rgba(int x, int y) | Image | |
| rgba(int x, int y) const | Image | |
| rgbal(float x, float y) const | Image | |
| rgbl(float x, float y) const | Image | |
| rgbn(float x, float y) const | Image | |
| save(const std::string &path, Save options) const | Image | |
| Save enum name | Image | |
| saveAsHDR(const std::string &path, Save options) const | Image | private |
| saveAsLDR(const std::string &path, Save options) const | Image | private |
| width | Image |