1
0
mirror of https://github.com/brl/mutter.git synced 2025-03-26 13:13:59 +00:00

[color] add a note to the documentation to specify the values of the alpha

The alpha channel is fully opaque at 255 and fully transparent at 0.
This commit is contained in:
Thomas Wood 2009-10-07 11:40:41 +01:00
parent eb8daac4b0
commit bdf7499207

@ -31,6 +31,8 @@
*
* A #ClutterColor is expressed as a 4-tuple of values ranging from
* zero to 255, one for each color channel plus one for the alpha.
*
* The alpha channel is fully opaque at 255 and fully transparent at 0.
*/
#ifdef HAVE_CONFIG_H