[Scummvm-cvs-logs] SF.net SVN: scummvm:[34877] scummvm/trunk/graphics/colormasks.h
lordhoto at users.sourceforge.net
lordhoto at users.sourceforge.net
Mon Nov 3 15:07:08 CET 2008
Revision: 34877
http://scummvm.svn.sourceforge.net/scummvm/?rev=34877&view=rev
Author: lordhoto
Date: 2008-11-03 14:07:07 +0000 (Mon, 03 Nov 2008)
Log Message:
-----------
Oops actually it seems I forgot to remove mask entries of PixelFormat before committing...
Modified Paths:
--------------
scummvm/trunk/graphics/colormasks.h
Modified: scummvm/trunk/graphics/colormasks.h
===================================================================
--- scummvm/trunk/graphics/colormasks.h 2008-11-03 14:02:29 UTC (rev 34876)
+++ scummvm/trunk/graphics/colormasks.h 2008-11-03 14:07:07 UTC (rev 34877)
@@ -264,15 +264,14 @@
*
* A minor difference between ColorMasks and PixelFormat is that ColorMasks
* stores the bit count per channel in 'kFooBits', while PixelFormat stores
- * the loss compared to 8 bits per channel in '#Loss'.
+ * the loss compared to 8 bits per channel in '#Loss'. It also doesn't
+ * contain mask values.
*/
struct PixelFormat {
byte bytesPerPixel; /**< Number of bytes used in the pixel format. */
byte rLoss, gLoss, bLoss, aLoss; /**< Precision loss of each color component. */
byte rShift, gShift, bShift, aShift; /**< Binary left shift of each color component in the pixel value. */
-
- uint32 rMask, gMask, bMask, aMask; /**< Binary mask used to retrieve individual color values. */
};
template<int bitFormat>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list