From 5f499a8233c7bb68b52b8fdeddac9a06061ea4d7 Mon Sep 17 00:00:00 2001 From: manuel Date: Tue, 28 Apr 2009 18:32:15 +0200 Subject: Moved a lot of stuff around to get abstract cbitmap working --- ue2/imgsynth2/cpixelformat_bgr24.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ue2/imgsynth2/cpixelformat_bgr24.h') diff --git a/ue2/imgsynth2/cpixelformat_bgr24.h b/ue2/imgsynth2/cpixelformat_bgr24.h index c3e1b72..73f22c1 100644 --- a/ue2/imgsynth2/cpixelformat_bgr24.h +++ b/ue2/imgsynth2/cpixelformat_bgr24.h @@ -45,6 +45,9 @@ class CPixelFormat_BGR24 : public CPixelFormat ~CPixelFormat_BGR24() {} + /* TODO */ + void getPixel(uint32_t *pixel, uint32_t x, uint32_t y); + /** * @method setPixel * @brief Modifies pixel at coordinates x, y @@ -58,9 +61,6 @@ class CPixelFormat_BGR24 : public CPixelFormat */ void setPixel(const uint32_t *pixel, uint32_t x, uint32_t y); - /* TODO */ - void getPixel(uint32_t *pixel, uint32_t x, uint32_t y); - /** * @method getBitCount * @brief returns color bitcount supported by this class -- cgit v1.2.3