[gegl] operations: reorder properties of gegl:color-exchange



commit 7ba4a2cc503eb5eb928164fb49d3058e906314e8
Author: Michael Natterer <mitch gimp org>
Date:   Mon Nov 10 22:44:49 2014 +0100

    operations: reorder properties of gegl:color-exchange

 operations/common/color-exchange.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/operations/common/color-exchange.c b/operations/common/color-exchange.c
index a13d62d..b47fbe7 100644
--- a/operations/common/color-exchange.c
+++ b/operations/common/color-exchange.c
@@ -32,6 +32,9 @@
 property_color (from_color, _("From Color"), "white")
     description(_("The color to change."))
 
+property_color (to_color, _("To Color"), "black")
+    description(_("Replacement color."))
+
 property_double (red_threshold, _("Red Threshold"), 0.0)
     description (_("Red threshold of the input color"))
     value_range (0.0, 1.0)
@@ -44,9 +47,6 @@ property_double (blue_threshold, _("Blue Threshold"), 0.0)
     description (_("Blue threshold of the input color"))
     value_range (0.0, 1.0)
 
-property_color (to_color, _("To Color"), "black")
-    description(_("Replacement color."))
-
 #else
 
 #define GEGL_OP_POINT_FILTER


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