[gimp-help] Fixed colorize settings values
- From: Marco Ciampa <marcoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-help] Fixed colorize settings values
- Date: Thu, 27 Sep 2018 16:13:12 +0000 (UTC)
commit 86038e6d54757d159b47b49791a159f512631526
Author: Marco Ciampa <ciampix posteo net>
Date: Thu Sep 27 18:12:47 2018 +0200
Fixed colorize settings values
src/menus/colors/colorize.xml | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/src/menus/colors/colorize.xml b/src/menus/colors/colorize.xml
index d4a56591e..6beed75be 100755
--- a/src/menus/colors/colorize.xml
+++ b/src/menus/colors/colorize.xml
@@ -116,25 +116,25 @@
</listitem>
</varlistentry>
<varlistentry>
- <term>Select Color</term>
+ <term>Color values</term>
<listitem>
<itemizedlist>
<listitem>
<para><guilabel>Hue</guilabel>:
- The slider and the numeric text box allow you to select a hue
- in the HSV color circle (0 - 360).
+ The slider and the numeric input box allow you to select
+ a hue value normalized in the range: 0.0 to 1.0.
</para>
</listitem>
<listitem>
<para><guilabel>Saturation</guilabel>:
- The slider and the input box allows you to select a
- saturation: 0 through 100.
+ The slider and the numeric input box allows you to select a
+ saturation value normalized in the range: 0.0 to 1.0.
</para>
</listitem>
<listitem>
- <para><guilabel>Lightness</guilabel> :
- The slider and the text box allow you to select a value:
- -100 (dark) through 100 (light).
+ <para><guilabel>Lightness</guilabel>:
+ The slider and the numeric box allow you to select a lightness
+ normalized value in the range: -1.0 (dark) to +1.0 (light).
</para>
</listitem>
</itemizedlist>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]