#UI_ENHANCEMENT by cg
authorClaus Gittinger <cg@exept.de>
Thu, 23 Feb 2017 09:49:16 +0100
changeset 3420 8b82ed312055
parent 3419 dda4a17fdefc
child 3421 f46643590cb1
#UI_ENHANCEMENT by cg class: ImageEditor changed: #helpPairs
ImageEditor.st
--- a/ImageEditor.st	Wed Feb 22 23:11:41 2017 +0100
+++ b/ImageEditor.st	Thu Feb 23 09:49:16 2017 +0100
@@ -484,7 +484,7 @@
 'Save the image as resource method in a class'
 
 #floodFillMaxError
-'Specify the max. allowed deviation from the clicked pixel in a flood-fill operation.\Pixels where the hue/light values differ less than that fraction\will be included in the fill.\The range must be between 0 and 1. With 0, only areas with exactly the same pixel will be filled.\With 1, every other pixel is included.\\When filling gradiented areas, start with small values, such as 0.05, and increase slowly.'
+'Specify the max. allowed deviation from the clicked pixel in a flood-fill operation.\Pixels where the hue/light values differ less than that fraction\will be included in the fill.\The range must be between 0 and 1. With 0, only areas with exactly the same pixel will be filled.\With 1, every other pixel is included.\\When filling gradiented areas, start with small values, such as 0.05, and increase slowly.\This is especially useful when masking background areas.'
 
 #magnificationNumber
 'Shows the current magnification'
@@ -560,7 +560,7 @@
 
 )
 
-    "Modified: / 20-02-2017 / 18:07:43 / cg"
+    "Modified: / 23-02-2017 / 09:48:23 / cg"
 !
 
 helpSpec