From bdf7499207d3fdba440228832445b71b9f64d300 Mon Sep 17 00:00:00 2001 From: Thomas Wood Date: Wed, 7 Oct 2009 11:40:41 +0100 Subject: [PATCH] [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. --- clutter/clutter-color.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clutter/clutter-color.c b/clutter/clutter-color.c index f1c55f1c8..8c11c9248 100644 --- 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