| CImage(const TVector2I &Size=TVector2I(1, 1), TPixelFormat Format=PXF_A8R8G8B8) | Keos::CImage | |
| CImage(const TVector2I &Size, TPixelFormat Format, const uchar *pPixels) | Keos::CImage | |
| CopyImage(const CImage &Src) | Keos::CImage | |
| Fill(const CColor &Color) | Keos::CImage | |
| Flip() | Keos::CImage | |
| GetData() const | Keos::CImage | |
| GetFormat() const | Keos::CImage | |
| GetPixel(int x, int y, uchar *pPix) const | Keos::CImage | |
| GetPixel(int x, int y) const | Keos::CImage | |
| GetSize() const | Keos::CImage | |
| Mirror() | Keos::CImage | |
| SetPixel(int x, int y, const uchar *pPix) | Keos::CImage | |
| SetPixel(int x, int y, const CColor &Color) | Keos::CImage | |
| SubImage(const CRectangle &Rect) const | Keos::CImage | |