summaryrefslogtreecommitdiffstats
path: root/ue2/imgsynth2/cpixelformat_indexed8.h
diff options
context:
space:
mode:
authormanuel <manuel@nc8430.lan>2009-05-01 20:33:33 +0200
committermanuel <manuel@nc8430.lan>2009-05-01 20:33:33 +0200
commitbca08c6de2b156cbec90944c809e5e7faecd231d (patch)
treed544ced2a8eb082cf1f393eb524519884909ed6d /ue2/imgsynth2/cpixelformat_indexed8.h
parentb9ce1555b2baf9be209775dbd4c8b217db5cd735 (diff)
downloadooprog-bca08c6de2b156cbec90944c809e5e7faecd231d.tar.gz
ooprog-bca08c6de2b156cbec90944c809e5e7faecd231d.tar.bz2
ooprog-bca08c6de2b156cbec90944c809e5e7faecd231d.zip
cwindowsbitmap: seek to bitmap data
cpixmap: use copy() instead of accessing array via indices
Diffstat (limited to 'ue2/imgsynth2/cpixelformat_indexed8.h')
-rw-r--r--ue2/imgsynth2/cpixelformat_indexed8.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ue2/imgsynth2/cpixelformat_indexed8.h b/ue2/imgsynth2/cpixelformat_indexed8.h
index 3b29bf8..f1bb0f0 100644
--- a/ue2/imgsynth2/cpixelformat_indexed8.h
+++ b/ue2/imgsynth2/cpixelformat_indexed8.h
@@ -1,7 +1,7 @@
1/** 1/**
2 * @module cpixelformat_bgr24 2 * @module cpixelformat_bgr24
3 * @author Guenther Neuwirth (0626638), Manuel Mausz (0728348) 3 * @author Guenther Neuwirth (0626638), Manuel Mausz (0728348)
4 * @brief Implementation of CPixelFormat handling 24bit color Windows Bitmaps. 4 * @brief Implementation of CPixelFormat handling 24bit color Windows Bitmaps TODO.
5 * @date 18.04.2009 5 * @date 18.04.2009
6 */ 6 */
7 7
@@ -14,7 +14,7 @@
14 14
15/** 15/**
16 * @class CPixelFormat_Indexed8 16 * @class CPixelFormat_Indexed8
17 * @brief Implementation of CPixelFormat handling 24bit color Windows Bitmaps. 17 * @brief Implementation of CPixelFormat handling 24bit color Windows Bitmaps TODO.
18 * 18 *
19 * On error CPixelFormat::PixelFormatError is thrown. 19 * On error CPixelFormat::PixelFormatError is thrown.
20 */ 20 */
@@ -24,7 +24,7 @@ class CPixelFormat_Indexed8 : public CPixelFormat
24 /** 24 /**
25 * @method CPixelFormat_Indexed8 25 * @method CPixelFormat_Indexed8
26 * @brief Default ctor 26 * @brief Default ctor
27 * @param bitmap pointer to CBitmap instance 27 * @param pixmap pointer to CPixmap instance
28 * @return - 28 * @return -
29 * @globalvars none 29 * @globalvars none
30 * @exception none 30 * @exception none