From bca08c6de2b156cbec90944c809e5e7faecd231d Mon Sep 17 00:00:00 2001 From: manuel Date: Fri, 1 May 2009 20:33:33 +0200 Subject: cwindowsbitmap: seek to bitmap data cpixmap: use copy() instead of accessing array via indices --- ue2/imgsynth2/cpixelformat_indexed8.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ue2/imgsynth2/cpixelformat_indexed8.h') 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 @@ /** * @module cpixelformat_bgr24 * @author Guenther Neuwirth (0626638), Manuel Mausz (0728348) - * @brief Implementation of CPixelFormat handling 24bit color Windows Bitmaps. + * @brief Implementation of CPixelFormat handling 24bit color Windows Bitmaps TODO. * @date 18.04.2009 */ @@ -14,7 +14,7 @@ /** * @class CPixelFormat_Indexed8 - * @brief Implementation of CPixelFormat handling 24bit color Windows Bitmaps. + * @brief Implementation of CPixelFormat handling 24bit color Windows Bitmaps TODO. * * On error CPixelFormat::PixelFormatError is thrown. */ @@ -24,7 +24,7 @@ class CPixelFormat_Indexed8 : public CPixelFormat /** * @method CPixelFormat_Indexed8 * @brief Default ctor - * @param bitmap pointer to CBitmap instance + * @param pixmap pointer to CPixmap instance * @return - * @globalvars none * @exception none -- cgit v1.2.3