Emmanuele Bassi
ab6da347f6
color: Support CSS color definitions
...
The CSS Color Module 3, available at:
http://www.w3.org/TR/css3-color/
allows defining colors as:
rgb ( r, g, b )
rgba ( r, g, b, a)
along with the usual hexadecimal and named notations.
The r, g, and b channels can be:
• integers between 0 and 255
• percentages, between 0% and 100%
The alpha channel, if included using the rgba() modifier, can be a
floating point value between 0.0 and 1.0.
The ClutterColor parser should support this notation.
2010-11-22 14:38:44 +00:00
..
2010-10-12 17:11:52 +01:00
2010-11-05 18:45:31 +00:00
2010-07-07 14:52:19 +01:00
2010-10-12 17:42:18 +01:00
2010-10-12 17:42:18 +01:00
2010-10-12 17:42:18 +01:00
2010-10-12 17:42:18 +01:00
2010-03-02 19:10:07 +00:00
2010-11-18 15:21:16 +00:00
2010-09-10 17:54:52 +01:00
2010-05-11 15:57:12 +01:00
2009-06-15 11:29:37 +01:00
2010-10-12 17:42:18 +01:00
2010-05-28 16:07:17 +01:00
2010-09-24 16:21:06 +01:00
2010-09-03 16:58:47 +01:00
2010-10-25 13:18:25 +01:00
2010-10-25 13:18:25 +01:00
2009-11-27 00:28:39 +00:00
2010-10-25 13:18:25 +01:00
2010-07-08 22:40:35 +01:00
2010-11-05 18:45:31 +00:00
2010-06-04 14:44:15 +01:00
2010-03-02 11:01:35 +00:00
2010-06-29 20:37:14 +01:00
2010-07-08 22:40:35 +01:00
2010-10-25 13:18:25 +01:00
2010-11-04 17:59:33 +00:00
2010-05-06 14:18:32 +01:00
2010-07-08 22:40:35 +01:00
2010-07-13 14:29:02 +01:00
2010-07-09 11:14:10 +01:00
2010-07-08 22:40:35 +01:00
2010-06-22 12:22:48 +01:00
2010-07-08 22:40:35 +01:00
2010-07-08 22:40:35 +01:00
2010-07-08 22:40:35 +01:00
2010-07-08 22:40:35 +01:00
2010-09-03 16:58:47 +01:00
2010-07-08 22:40:35 +01:00
2010-11-22 14:38:44 +00:00
2010-09-21 14:10:19 +01:00
2010-10-12 17:11:52 +01:00
2010-11-04 17:59:33 +00:00
2009-08-25 17:57:22 +01:00
2010-07-06 12:39:15 +01:00
2010-03-02 19:10:07 +00:00
2008-12-11 12:26:47 +00:00
2010-02-12 14:57:56 +00:00
2010-11-08 16:45:15 +00:00
2010-07-30 19:39:35 +01:00
2010-11-18 15:21:16 +00:00
2010-08-13 12:12:59 +01:00
2010-10-12 17:42:18 +01:00
2010-07-08 22:40:35 +01:00
2010-10-12 17:42:18 +01:00
2010-10-12 17:42:18 +01:00
2010-07-07 16:00:46 +01:00