#REFACTORING by stefan
authorStefan Vogel <sv@exept.de>
Tue, 31 Jan 2017 13:45:01 +0100
changeset 7815 2e9d68bbeeb6
parent 7814 aa4d64730bca
child 7816 f818c6ba6334
#REFACTORING by stefan class: Depth16Image changed: #initialize SmallLint refactoring
Depth16Image.st
--- a/Depth16Image.st	Tue Jan 31 13:44:38 2017 +0100
+++ b/Depth16Image.st	Tue Jan 31 13:45:01 2017 +0100
@@ -139,9 +139,10 @@
 initialize
     super initialize.
     samplesPerPixel := 3.
-    bitsPerSample := #(5 5 5).
+    bitsPerSample := #[5 5 5].
 
     "Created: / 27-05-2007 / 14:09:46 / cg"
+    "Modified: / 30-01-2017 / 18:24:16 / stefan"
 ! !
 
 !Depth16Image methodsFor:'magnification'!