[Scummvm-cvs-logs] SF.net SVN: scummvm: [21962] scummvm/trunk/common/system.h

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Mon Apr 17 02:25:07 CEST 2006


Revision: 21962
Author:   fingolfin
Date:     2006-04-17 02:23:51 -0700 (Mon, 17 Apr 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=21962&view=rev

Log Message:
-----------
Document how the alpha color component is to be interpreted

Modified Paths:
--------------
    scummvm/trunk/common/system.h
Modified: scummvm/trunk/common/system.h
===================================================================
--- scummvm/trunk/common/system.h	2006-04-17 08:38:26 UTC (rev 21961)
+++ scummvm/trunk/common/system.h	2006-04-17 09:23:51 UTC (rev 21962)
@@ -545,6 +545,7 @@
 	 * be 8bit, 16bit or 32bit, depending on the target system. The default
 	 * implementation generates a 16 bit color value, in the 565 format
 	 * (that is, 5 bits red, 6 bits green, 5 bits blue).
+	 * @note The alpha component, ranges from 0 (transparent) to 255 (opaque).
 	 * @see colorToRGB
 	 * @see RGBToColor
 	 */
@@ -557,6 +558,7 @@
 	 * be 8bit, 16bit or 32bit, depending on the target system. The default
 	 * implementation takes a 16 bit color value and assumes it to be in 565 format
 	 * (that is, 5 bits red, 6 bits green, 5 bits blue).
+	 * @note The alpha component, ranges from 0 (transparent) to 255 (opaque).
 	 * @see ARGBToColor
 	 * @see colorToRGB
 	 */


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