#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Mon, 06 Aug 2018 01:17:09 +0200
changeset 5871 d327fa0c4f64
parent 5870 6e3582fa59f3
child 5872 798ab0cedaeb
#DOCUMENTATION by cg class: ImageEditView comment/format in: #reduceColorResolutionBy:
ImageEditView.st
--- a/ImageEditView.st	Fri Aug 03 22:44:09 2018 +0200
+++ b/ImageEditView.st	Mon Aug 06 01:17:09 2018 +0200
@@ -2992,6 +2992,8 @@
 !
 
 reduceColorResolutionBy:numBits
+    "reduce by masking off numBits r/g/b bits"
+
     |newImage|
 
     numBits > 7 ifTrue:[
@@ -3006,6 +3008,8 @@
 
     self newImageWithUndo:newImage.
     ^ true
+
+    "Modified (comment): / 06-08-2018 / 00:45:42 / Claus Gittinger"
 !
 
 resizeImageTo:newSize