# HG changeset patch # User Claus Gittinger # Date 1487839756 -3600 # Node ID 8b82ed312055f69af880518c8abea0269d0d501e # Parent dda4a17fdefcbb6b7b22d40cae6d5a10a2e67547 #UI_ENHANCEMENT by cg class: ImageEditor changed: #helpPairs diff -r dda4a17fdefc -r 8b82ed312055 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