[gegl] value-propagate: Use more descriptive and accurate parameter descriptions
- From: Øyvind "pippin" Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] value-propagate: Use more descriptive and accurate parameter descriptions
- Date: Thu, 7 Feb 2019 00:30:52 +0000 (UTC)
commit 3f743a3c86b4bc2d3c4c59319a726cad21e13054
Author: woob <thetoastcaper gmail com>
Date: Wed Feb 6 19:06:02 2019 -0500
value-propagate: Use more descriptive and accurate parameter descriptions
Fixes GNOME/gegl#126
operations/common-gpl3+/value-propagate.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/operations/common-gpl3+/value-propagate.c b/operations/common-gpl3+/value-propagate.c
index b6cb4a204..8e4f574f4 100644
--- a/operations/common-gpl3+/value-propagate.c
+++ b/operations/common-gpl3+/value-propagate.c
@@ -41,15 +41,15 @@ property_enum (mode, _("Mode"),
description (_("Mode of value propagation"))
property_double (lower_threshold, _("Lower threshold"), 0.0)
- description (_("Lower threshold"))
+ description (_("The minimum difference in value at which to propagate a pixel"))
value_range (0.0, 1.0)
property_double (upper_threshold, _("Upper threshold"), 1.0)
- description (_("Upper threshold"))
+ description (_("The maximum difference in value at which to propagate a pixel"))
value_range (0.0, 1.0)
property_double (rate, _("Propagating rate"), 1.0)
- description (_("Upper threshold"))
+ description (_("The strength with which to propagate a pixel to its neighbors"))
value_range (0.0, 1.0)
property_color (color, _("Color"), "blue")
@@ -71,10 +71,10 @@ property_boolean (bottom, _("To bottom"), TRUE)
description (_("Propagate to bottom"))
property_boolean (value, _("Propagating value channel"), TRUE)
- description (_("Propagating value channel"))
+ description (_("Whether to propagate a pixel's color"))
property_boolean (alpha, _("Propagating alpha channel"), TRUE)
- description (_("Propagating alpha channel"))
+ description (_("Whether to propagate a pixel's opacity"))
ui_meta ("sensitive", "! mode {color-peak}")
#else
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]