22 #ifndef FIFE_GUI_IMAGE_H
23 #define FIFE_GUI_IMAGE_H
28 #include <guichan/color.hpp>
29 #include <guichan/image.hpp>
49 gcn::Color
getPixel(int32_t x, int32_t y);
50 void putPixel(int32_t x, int32_t y,
const gcn::Color& color);
void putPixel(int32_t x, int32_t y, const gcn::Color &color)
int32_t getHeight() const
void convertToDisplayFormat()
ImagePtr getFIFEImage() const
gcn::Color getPixel(int32_t x, int32_t y)