From b0442de485dcb6328366d9b05a62af345e5fa39f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Neuwirth?= Date: Fri, 1 May 2009 14:58:58 +0200 Subject: Adding cpixelformat_indexd8.h and .cpp. Adding virtual methode getColorMode to CPixelFormat. Adding color table to CBitmap. Adding implementation of CPixmap --- ue2/imgsynth2/cpixelformat.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ue2/imgsynth2/cpixelformat.h') diff --git a/ue2/imgsynth2/cpixelformat.h b/ue2/imgsynth2/cpixelformat.h index 911a141..2300f2f 100644 --- a/ue2/imgsynth2/cpixelformat.h +++ b/ue2/imgsynth2/cpixelformat.h @@ -10,6 +10,7 @@ #define CPIXELFORMAT_H #include +#include #include class CBitmap; @@ -108,6 +109,16 @@ class CPixelFormat */ virtual uint32_t getBitCount() = 0; + /** + * @method getColorMode + * @brief returns the color mode supported by this class + * @param - + * @return color mode supported by this class + * @globalvars none + * @exception none + * @conditions none + */ + virtual std::string getColorMode() = 0; /* * TODO */ -- cgit v1.2.3