projects
/
profile
/
ivi
/
clutter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb8daac
)
[color] add a note to the documentation to specify the values of the alpha
author
Thomas Wood
<thomas.wood@intel.com>
Wed, 7 Oct 2009 10:40:41 +0000
(11:40 +0100)
committer
Thomas 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
patch
|
blob
|
history
diff --git
a/clutter/clutter-color.c
b/clutter/clutter-color.c
index
f1c55f1
..
8c11c92
100644
(file)
--- a/
clutter/clutter-color.c
+++ b/
clutter/clutter-color.c
@@
-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