#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Fri, 01 Sep 2017 10:28:33 +0200
changeset 3478 1b4386fd1953
parent 3477 52202af265c2
child 3479 8053bda07548
#DOCUMENTATION by cg class: ImageEditor comment/format in: #makeMonochromeImage
ImageEditor.st
--- a/ImageEditor.st	Fri Sep 01 10:28:10 2017 +0200
+++ b/ImageEditor.st	Fri Sep 01 10:28:33 2017 +0200
@@ -8120,10 +8120,12 @@
     thresholdBrighness isNil ifTrue:[^ self].
 
     thresholdBrighness := thresholdBrighness clampBetween:0 and:1.
+    
     imageEditView newImageWithUndo:(image asThresholdMonochromeImage:thresholdBrighness)
 
     "Created: / 24-08-2017 / 15:26:44 / cg"
     "Modified: / 24-08-2017 / 17:54:21 / cg"
+    "Modified (format): / 01-09-2017 / 10:28:24 / cg"
 !
 
 makeNegative