gegl r2796 - in trunk: . gegl/property-types



Author: ok
Date: Mon Nov 24 00:26:10 2008
New Revision: 2796
URL: http://svn.gnome.org/viewvc/gegl?rev=2796&view=rev

Log:
* gegl/property-types/gegl-color.c: added entry for "none" color which
is fully transparent.


Modified:
   trunk/ChangeLog
   trunk/gegl/property-types/gegl-color.c

Modified: trunk/gegl/property-types/gegl-color.c
==============================================================================
--- trunk/gegl/property-types/gegl-color.c	(original)
+++ trunk/gegl/property-types/gegl-color.c	Mon Nov 24 00:26:10 2008
@@ -83,7 +83,8 @@
   { "navy",    { 0.f,      0.f,      0.50196f, 1.f } },
   { "blue",    { 0.f,      0.f,      1.f,      1.f } },
   { "teal",    { 0.f,      0.50196f, 0.50196f, 1.f } },
-  { "aqua",    { 0.f,      1.f,      1.f,      1.f } }
+  { "aqua",    { 0.f,      1.f,      1.f,      1.f } },
+  { "none",    { 0.f,      0.f,      0.f,      0.f } }
 };
 
 /* Copied into GeglColor:s instances when parsing a color from a string fails. */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]