summaryrefslogtreecommitdiffstats
path: root/ue2/imgsynth2/cpixelformat_indexed8.h
Commit message (Collapse)AuthorAgeFilesLines
* corrected cpixelformat constructormanuel2009-05-021-4/+3
| | | | added classdiagramm
* - colortable now uses uint32_t as identifiermanuel2009-05-021-4/+4
| | | | | | | - rewrote xpm colortable parsing to convert their identifiers to our own and vica vi - implemented indexed8::setpixel/getpixel - moved rowsize to member variable in cbitmap - added second test for xpm/indexed8
* cwindowsbitmap: seek to bitmap datamanuel2009-05-011-3/+3
| | | | cpixmap: use copy() instead of accessing array via indices
* rewrote pixmap::read to do more sanity checksmanuel2009-05-011-14/+0
|
* mergemanuel2009-05-011-11/+30
|
* Adding cpixelformat_indexd8.h and .cpp. Adding virtual methode getColorMode ↵Günther Neuwirth2009-05-011-0/+102
to CPixelFormat. Adding color table to CBitmap. Adding implementation of CPixmap