summaryrefslogtreecommitdiffstats
path: root/ue2/imgsynth2/cpixelformat_indexed8.cpp
Commit message (Collapse)AuthorAgeFilesLines
* - colortable now uses uint32_t as identifiermanuel2009-05-021-47/+41
| | | | | | | - 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-1/+1
| | | | cpixmap: use copy() instead of accessing array via indices
* mergemanuel2009-05-011-25/+19
|
* Adding cpixelformat_indexd8.h and .cpp. Adding virtual methode getColorMode ↵Günther Neuwirth2009-05-011-0/+90
to CPixelFormat. Adding color table to CBitmap. Adding implementation of CPixmap