#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Tue, 27 Mar 2018 15:41:11 +0200
changeset 8322 a3222aa2db48
parent 8321 d1814cac8c46
child 8323 07bdc1d52b07
#DOCUMENTATION by cg class: Depth4Image comment/format in: #pixelAtX:y: #pixelAtX:y:put:
Depth4Image.st
--- a/Depth4Image.st	Tue Mar 27 15:41:04 2018 +0200
+++ b/Depth4Image.st	Tue Mar 27 15:41:11 2018 +0200
@@ -76,7 +76,7 @@
 !Depth4Image methodsFor:'accessing-pixels'!
 
 pixelAtX:x y:y
-    "retrieve a pixel at x/y; return a pixelValue.
+    "retrieve a pixel at x/y; return a pixelValue (0..15).
      The interpretation of the returned value depends on the photometric
      and the colormap. See also Image>>atX:y:)
      Pixels start at x=0 , y=0 for upper left pixel, end at
@@ -105,7 +105,7 @@
 !
 
 pixelAtX:x y:y put:aPixelValue
-    "set the pixel at x/y to aPixelValue.
+    "set the pixel at x/y to aPixelValue (0..15).
      The interpretation of the pixelValue depends on the photometric
      and the colormap. (see also: Image>>atX:y:put:)
      Pixels start at x=0 , y=0 for upper left pixel, end at