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/cbitmap.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ue2/imgsynth2/cbitmap.h') diff --git a/ue2/imgsynth2/cbitmap.h b/ue2/imgsynth2/cbitmap.h index f8f8850..f521bcc 100644 --- a/ue2/imgsynth2/cbitmap.h +++ b/ue2/imgsynth2/cbitmap.h @@ -9,6 +9,8 @@ #define CBITMAP_H #include +#include +#include #include "cfile.h" class CPixelFormat; @@ -132,6 +134,9 @@ class CBitmap : public CFile std::set m_handlers; /** pointer to CPixelFormat implementation */ CPixelFormat *m_pixelformat; + /* color table */ + std::map > xpmColors; + }; #endif -- cgit v1.2.3