gimp r27938 - in branches/gimp-2-6: . libgimpcolor



Author: kcozens
Date: Fri Jan 23 21:52:02 2009
New Revision: 27938
URL: http://svn.gnome.org/viewvc/gimp?rev=27938&view=rev

Log:
2009-01-23  Kevin Cozens  <kcozens cvs gimp org>

	Merged from trunk:

	* libgimpcolor/gimprgb-parse.c: Applied patch from Andreas Turtschan
	to fix more RGB colour values. Fixes bug #568909.


Modified:
   branches/gimp-2-6/ChangeLog
   branches/gimp-2-6/libgimpcolor/gimprgb-parse.c

Modified: branches/gimp-2-6/libgimpcolor/gimprgb-parse.c
==============================================================================
--- branches/gimp-2-6/libgimpcolor/gimprgb-parse.c	(original)
+++ branches/gimp-2-6/libgimpcolor/gimprgb-parse.c	Fri Jan 23 21:52:02 2009
@@ -83,7 +83,7 @@
   { "cyan",                    0, 255, 255 },
   { "darkblue",                0,   0, 139 },
   { "darkcyan",                0, 139, 139 },
-  { "darkgoldenrod",         184, 132,  11 },
+  { "darkgoldenrod",         184, 134,  11 },
   { "darkgray",              169, 169, 169 },
   { "darkgreen",               0, 100,   0 },
   { "darkgrey",              169, 169, 169 },
@@ -106,7 +106,7 @@
   { "dimgrey",               105, 105, 105 },
   { "dodgerblue",             30, 144, 255 },
   { "firebrick",             178,  34,  34 },
-  { "floralwhite" ,          255, 255, 240 },
+  { "floralwhite" ,          255, 250, 240 },
   { "forestgreen",            34, 139,  34 },
   { "fuchsia",               255,   0, 255 },
   { "gainsboro",             220, 220, 220 },
@@ -176,7 +176,7 @@
   { "peachpuff",             255, 218, 185 },
   { "peru",                  205, 133,  63 },
   { "pink",                  255, 192, 203 },
-  { "plum",                  221, 160, 203 },
+  { "plum",                  221, 160, 221 },
   { "powderblue",            176, 224, 230 },
   { "purple",                128,   0, 128 },
   { "red",                   255,   0,   0 },
@@ -193,7 +193,7 @@
   { "slateblue",             106,  90, 205 },
   { "slategray",             112, 128, 144 },
   { "slategrey",             112, 128, 144 },
-  { "snow",                  255, 255, 250 },
+  { "snow",                  255, 250, 250 },
   { "springgreen",             0, 255, 127 },
   { "steelblue",              70, 130, 180 },
   { "tan",                   210, 180, 140 },



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