Colobot
CImage Member List

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

CImage()CImage
CImage(Math::IntPoint size)CImage
CImage(const CImage &other)=delete (defined in CImage)CImage
ConvertToRGBA()CImage
Fill(Gfx::IntColor color)CImage
FlipVertically()CImage
Free()CImage
GetData()CImage
GetError()CImage
GetPixel(Math::IntPoint pixel)CImage
GetPixelInt(Math::IntPoint pixel)CImage
GetSize() const CImage
IsEmpty() const CImage
Load(const std::string &fileName)CImage
operator=(const CImage &other)=delete (defined in CImage)CImage
PadToNearestPowerOfTwo()CImage
SavePNG(const std::string &fileName)CImage
SetDataPixels(void *pixels)CImage
SetPixel(Math::IntPoint pixel, Gfx::Color color)CImage
SetPixelInt(Math::IntPoint pixel, Gfx::IntColor color)CImage
~CImage()CImagevirtual