MyGL
Loading...
Searching...
No Matches
Image Member List

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

data() const noexceptImage
getChannels() const noexceptImage
getHeight() const noexceptImage
getWidth() const noexceptImage
Image()=defaultImage
Image(const std::string &filename, bool flip=false, int desiredChannels=0)Image
Image(const uint8_t *data, size_t width, size_t height, int numberOfChannels, bool flip=false)Image
isUsable() const noexceptImage
load(const std::string &filename, bool flip=false, int desiredChannels=0)Image
load(const uint8_t *data, size_t width, size_t height, int numberOfChannels, bool flip=false)Image
~Image()=default (defined in Image)Image