Max Horn
|
8d8e9d3aaa
|
Must include common/scummsys.h in graphics/pixelformat.h because it uses type 'byte'
svn-id: r40513
|
2009-05-12 23:28:49 +00:00 |
|
Kari Salminen
|
d85e3b72d2
|
Add color component bit count (rBits, gBits, bBits, aBits) and maximum value (rMax, gMax, bMax, aMax) convenience functions to PixelFormat-struct (If someone objects to adding these, holler and/or revert this commit, I can live without 'em but they'd ease some parts of Cine::Palette-code).
svn-id: r39711
|
2009-03-27 20:56:15 +00:00 |
|
Johannes Schickel
|
adf15c1007
|
Added an '!=' operator to PixelFormat.
svn-id: r35998
|
2009-01-22 15:53:05 +00:00 |
|
Max Horn
|
abc06ca18e
|
Moved Graphics::PixelFormat into its own header file; turned RGBToColor etc. into methods, and added an operator==
svn-id: r35993
|
2009-01-22 04:35:10 +00:00 |
|