This is the complete list of members for cugl::graphics::Image, including all inherited members.
| _access | cugl::graphics::Image | protected |
| _data | cugl::graphics::Image | protected |
| _format | cugl::graphics::Image | protected |
| _height | cugl::graphics::Image | protected |
| _maxS | cugl::graphics::Image | protected |
| _maxT | cugl::graphics::Image | protected |
| _minS | cugl::graphics::Image | protected |
| _minT | cugl::graphics::Image | protected |
| _mipmaps | cugl::graphics::Image | protected |
| _name | cugl::graphics::Image | protected |
| _originx | cugl::graphics::Image | protected |
| _originy | cugl::graphics::Image | protected |
| _parent | cugl::graphics::Image | protected |
| _premult | cugl::graphics::Image | protected |
| _width | cugl::graphics::Image | protected |
| alloc(Uint32 width, Uint32 height, TexelFormat format=TexelFormat::COLOR_RGBA, ImageAccess access=ImageAccess::READ_WRITE) | cugl::graphics::Image | inlinestatic |
| allocWithData(const std::byte *data, Uint32 width, Uint32 height, TexelFormat format=TexelFormat::COLOR_RGBA, ImageAccess access=ImageAccess::READ_WRITE, bool mipmaps=false) | cugl::graphics::Image | inlinestatic |
| allocWithFile(const std::string filename, ImageAccess access=ImageAccess::READ_WRITE, bool mipmaps=false) | cugl::graphics::Image | inlinestatic |
| dispose() | cugl::graphics::Image | |
| get(std::vector< std::byte > &data) | cugl::graphics::Image | |
| getAccess() const | cugl::graphics::Image | inline |
| getByteSize() const | cugl::graphics::Image | |
| getFormat() const | cugl::graphics::Image | inline |
| getHeight() const | cugl::graphics::Image | inline |
| getImplementation() | cugl::graphics::Image | inline |
| getMaximumSize() | cugl::graphics::Image | static |
| getMaxS() const | cugl::graphics::Image | inline |
| getMaxT() const | cugl::graphics::Image | inline |
| getMinS() const | cugl::graphics::Image | inline |
| getMinT() const | cugl::graphics::Image | inline |
| getName() const | cugl::graphics::Image | inline |
| getOrigin() const | cugl::graphics::Image | inline |
| getParent() const | cugl::graphics::Image | inline |
| getParent() | cugl::graphics::Image | inline |
| getSize() | cugl::graphics::Image | inline |
| getSubImage(Uint32 x, Uint32 y, Uint32 w, Uint32 h) | cugl::graphics::Image | |
| getWidth() const | cugl::graphics::Image | inline |
| getX() const | cugl::graphics::Image | inline |
| getY() const | cugl::graphics::Image | inline |
| hasMipMaps() const | cugl::graphics::Image | inline |
| id() const | cugl::graphics::Image | |
| Image() | cugl::graphics::Image | |
| init(Uint32 width, Uint32 height, TexelFormat format=TexelFormat::COLOR_RGBA, ImageAccess access=ImageAccess::READ_WRITE) | cugl::graphics::Image | inline |
| initWithData(const std::byte *data, Uint32 width, Uint32 height, TexelFormat format=TexelFormat::COLOR_RGBA, ImageAccess access=ImageAccess::READ_WRITE, bool mipmaps=false) | cugl::graphics::Image | |
| initWithFile(const std::string filename, ImageAccess access=ImageAccess::READ_WRITE, bool mipmaps=false) | cugl::graphics::Image | |
| isPremultiplied() const | cugl::graphics::Image | inline |
| isSubImage() const | cugl::graphics::Image | inline |
| operator std::string() const | cugl::graphics::Image | inline |
| operator=(const std::byte *data) | cugl::graphics::Image | inline |
| save(const std::string file) | cugl::graphics::Image | |
| set(const std::byte *data) | cugl::graphics::Image | |
| set(const std::vector< std::byte > &data) | cugl::graphics::Image | inline |
| setName(std::string name) | cugl::graphics::Image | inline |
| setPremultiplied(bool value) | cugl::graphics::Image | inline |
| toString(bool verbose=false) const | cugl::graphics::Image | |
| ~Image() | cugl::graphics::Image | inline |