[color] add a note to the documentation to specify the values of the alpha
authorThomas Wood <thomas.wood@intel.com>
Wed, 7 Oct 2009 10:40:41 +0000 (11:40 +0100)
committerThomas Wood <thomas.wood@intel.com>
Wed, 7 Oct 2009 10:40:41 +0000 (11:40 +0100)
The alpha channel is fully opaque at 255 and fully transparent at 0.

clutter/clutter-color.c

index f1c55f1..8c11c92 100644 (file)
@@ -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