summaryrefslogtreecommitdiffstats
path: root/ue2/imgsynth2/cbitmap.h
Commit message (Collapse)AuthorAgeFilesLines
* - colortable now uses uint32_t as identifiermanuel2009-05-021-2/+32
| | | | | | | - 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
* rewrote pixmap::read to do more sanity checksmanuel2009-05-011-4/+2
|
* mergemanuel2009-05-011-1/+2
|\
| * Adding cpixelformat_indexd8.h and .cpp. Adding virtual methode getColorMode ↵Günther Neuwirth2009-05-011-0/+5
| | | | | | | | to CPixelFormat. Adding color table to CBitmap. Adding implementation of CPixmap
* | - removed runtime generated output filesmanuel2009-05-011-13/+117
|/ | | | | | - implemented brightness() - implemented invert() - implemented getPixel in CPixelFormat_BGR24 and CPixelFormat_BGR555
* adding filename param to write(...)manuel2009-04-291-1/+1
|
* Moved a lot of stuff around to get abstract cbitmap workingmanuel2009-04-281-5/+72
|
* forgot cbitmap.hmanuel2009-04-281-0/+72
|
* making cbitmap abstractmanuel2009-04-281-236/+0
|
* Adding ue2manuel2009-04-271-0/+236