summaryrefslogtreecommitdiffstats
path: root/ue2/imgsynth2/cpixelformat_bgr24.h
diff options
context:
space:
mode:
authormanuel <manuel@clan-server.at>2009-04-28 18:32:15 +0200
committermanuel <manuel@clan-server.at>2009-04-28 18:32:15 +0200
commit5f499a8233c7bb68b52b8fdeddac9a06061ea4d7 (patch)
tree894f18cf427eb83c6463a92da76f4a3808a8187c /ue2/imgsynth2/cpixelformat_bgr24.h
parentd7893436cefc6b3cef78ad765dba4fa1740d0f15 (diff)
downloadooprog-5f499a8233c7bb68b52b8fdeddac9a06061ea4d7.tar.gz
ooprog-5f499a8233c7bb68b52b8fdeddac9a06061ea4d7.tar.bz2
ooprog-5f499a8233c7bb68b52b8fdeddac9a06061ea4d7.zip
Moved a lot of stuff around to get abstract cbitmap working
Diffstat (limited to 'ue2/imgsynth2/cpixelformat_bgr24.h')
-rw-r--r--ue2/imgsynth2/cpixelformat_bgr24.h6
1 files changed, 3 insertions, 3 deletions
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
45 ~CPixelFormat_BGR24() 45 ~CPixelFormat_BGR24()
46 {} 46 {}
47 47
48 /* TODO */
49 void getPixel(uint32_t *pixel, uint32_t x, uint32_t y);
50
48 /** 51 /**
49 * @method setPixel 52 * @method setPixel
50 * @brief Modifies pixel at coordinates x, y 53 * @brief Modifies pixel at coordinates x, y
@@ -58,9 +61,6 @@ class CPixelFormat_BGR24 : public CPixelFormat
58 */ 61 */
59 void setPixel(const uint32_t *pixel, uint32_t x, uint32_t y); 62 void setPixel(const uint32_t *pixel, uint32_t x, uint32_t y);
60 63
61 /* TODO */
62 void getPixel(uint32_t *pixel, uint32_t x, uint32_t y);
63
64 /** 64 /**
65 * @method getBitCount 65 * @method getBitCount
66 * @brief returns color bitcount supported by this class 66 * @brief returns color bitcount supported by this class