summaryrefslogtreecommitdiffstats
path: root/ue2/imgsynth2/cpixelformat_bgr555.cpp
Commit message (Collapse)AuthorAgeFilesLines
* - colortable now uses uint32_t as identifiermanuel2009-05-021-12/+2
| | | | | | | - 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
* - removed runtime generated output filesmanuel2009-05-011-18/+25
| | | | | | - implemented brightness() - implemented invert() - implemented getPixel in CPixelFormat_BGR24 and CPixelFormat_BGR555
* Moved a lot of stuff around to get abstract cbitmap workingmanuel2009-04-281-5/+21
|
* Adding ue2manuel2009-04-271-0/+46