Rendering Engine 0.2.0
Modular Graphics Rendering Engine | v0.2.0
Loading...
Searching...
No Matches
rendering_engine::ImageData Member List

This is the complete list of members for rendering_engine::ImageData, including all inherited members.

AllocateMemory(unsigned int width, unsigned int height)rendering_engine::ImageDataprotected
CleanAllocatedMemory()rendering_engine::ImageDataprotected
DrawImageOnImageAtPos(unsigned int const x, unsigned int const y, ImageData &toImage, ImageData &fromImage)rendering_engine::ImageDatastatic
Fill(Color color)rendering_engine::ImageData
GetHeight() constrendering_engine::ImageDatainline
GetImageDataRGB() constrendering_engine::ImageData
GetImageDataRGBA() constrendering_engine::ImageData
GetPixel(unsigned int x, unsigned int y) constrendering_engine::ImageData
GetSizeInBytes() constrendering_engine::ImageDatainline
GetWidth() constrendering_engine::ImageDatainline
ImageData()rendering_engine::ImageData
ImageData(unsigned int width, unsigned int height)rendering_engine::ImageData
ImageData(std::string filepath)rendering_engine::ImageData
ImageData(std::vector< uint8_t > const &fileBytes)rendering_engine::ImageData
ImageData(unsigned int width, unsigned int height, std::vector< unsigned int > const &pixelsRGBA)rendering_engine::ImageData
ImageData(const ImageData &src)rendering_engine::ImageData
LoadImageDataRGB(std::vector< unsigned int > const &pixels)rendering_engine::ImageDataprotected
LoadImageDataRGBA(std::vector< unsigned int > const &pixels)rendering_engine::ImageDataprotected
LoadTextureJpegFile(char const *filename)rendering_engine::ImageDataprotected
LoadTexturePngFile(char const *filename)rendering_engine::ImageDataprotected
operator=(const ImageData &rhs)rendering_engine::ImageData
SetPixel(unsigned int x, unsigned int y, Color color)rendering_engine::ImageData
WriteJpegFile(char const *filename)rendering_engine::ImageData
WritePngFile(char const *filename)rendering_engine::ImageData
~ImageData()rendering_engine::ImageData