summaryrefslogtreecommitdiffstats
path: root/src/common/image.h
diff options
context:
space:
mode:
authorPiotr Dziwinski <piotrdz@gmail.com>2012-10-20 16:34:22 +0200
committerPiotr Dziwinski <piotrdz@gmail.com>2012-10-20 16:34:22 +0200
commit40e065aea947b45700930d431754282c23d1de45 (patch)
tree4f4f6ed1e252d832d738a297fea057dcbf3ff049 /src/common/image.h
parent6d06c9f722885805f7e150173706804634b3e5d4 (diff)
downloadcolobot-40e065aea947b45700930d431754282c23d1de45.tar.gz
colobot-40e065aea947b45700930d431754282c23d1de45.tar.bz2
colobot-40e065aea947b45700930d431754282c23d1de45.zip
Ground spot texture drawing
Diffstat (limited to 'src/common/image.h')
-rw-r--r--src/common/image.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/image.h b/src/common/image.h
index d23a6fa..d9da75b 100644
--- a/src/common/image.h
+++ b/src/common/image.h
@@ -79,6 +79,9 @@ public:
//! Returns the image size
Math::IntPoint GetSize() const;
+ //! Fills the whole image with given color
+ void Fill(Gfx::IntColor color);
+
//! Sets the color at given pixel
void SetPixel(Math::IntPoint pixel, Gfx::Color color);