CUGL 4.0
Cornell University Game Library
Loading...
Searching...
No Matches
cugl::graphics::Image Member List

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

_accesscugl::graphics::Imageprotected
_datacugl::graphics::Imageprotected
_formatcugl::graphics::Imageprotected
_heightcugl::graphics::Imageprotected
_maxScugl::graphics::Imageprotected
_maxTcugl::graphics::Imageprotected
_minScugl::graphics::Imageprotected
_minTcugl::graphics::Imageprotected
_mipmapscugl::graphics::Imageprotected
_namecugl::graphics::Imageprotected
_originxcugl::graphics::Imageprotected
_originycugl::graphics::Imageprotected
_parentcugl::graphics::Imageprotected
_premultcugl::graphics::Imageprotected
_widthcugl::graphics::Imageprotected
alloc(Uint32 width, Uint32 height, TexelFormat format=TexelFormat::COLOR_RGBA, ImageAccess access=ImageAccess::READ_WRITE)cugl::graphics::Imageinlinestatic
allocWithData(const std::byte *data, Uint32 width, Uint32 height, TexelFormat format=TexelFormat::COLOR_RGBA, ImageAccess access=ImageAccess::READ_WRITE, bool mipmaps=false)cugl::graphics::Imageinlinestatic
allocWithFile(const std::string filename, ImageAccess access=ImageAccess::READ_WRITE, bool mipmaps=false)cugl::graphics::Imageinlinestatic
dispose()cugl::graphics::Image
get(std::vector< std::byte > &data)cugl::graphics::Image
getAccess() constcugl::graphics::Imageinline
getByteSize() constcugl::graphics::Image
getFormat() constcugl::graphics::Imageinline
getHeight() constcugl::graphics::Imageinline
getImplementation()cugl::graphics::Imageinline
getMaximumSize()cugl::graphics::Imagestatic
getMaxS() constcugl::graphics::Imageinline
getMaxT() constcugl::graphics::Imageinline
getMinS() constcugl::graphics::Imageinline
getMinT() constcugl::graphics::Imageinline
getName() constcugl::graphics::Imageinline
getOrigin() constcugl::graphics::Imageinline
getParent() constcugl::graphics::Imageinline
getParent()cugl::graphics::Imageinline
getSize()cugl::graphics::Imageinline
getSubImage(Uint32 x, Uint32 y, Uint32 w, Uint32 h)cugl::graphics::Image
getWidth() constcugl::graphics::Imageinline
getX() constcugl::graphics::Imageinline
getY() constcugl::graphics::Imageinline
hasMipMaps() constcugl::graphics::Imageinline
id() constcugl::graphics::Image
Image()cugl::graphics::Image
init(Uint32 width, Uint32 height, TexelFormat format=TexelFormat::COLOR_RGBA, ImageAccess access=ImageAccess::READ_WRITE)cugl::graphics::Imageinline
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() constcugl::graphics::Imageinline
isSubImage() constcugl::graphics::Imageinline
operator std::string() constcugl::graphics::Imageinline
operator=(const std::byte *data)cugl::graphics::Imageinline
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::Imageinline
setName(std::string name)cugl::graphics::Imageinline
setPremultiplied(bool value)cugl::graphics::Imageinline
toString(bool verbose=false) constcugl::graphics::Image
~Image()cugl::graphics::Imageinline