Depth48Image.st
changeset 7820 6aa5db2eb320
parent 7515 5da614f4971d
child 7901 b9172b06ac27
child 8426 e2051b1553f0
--- a/Depth48Image.st	Tue Jan 31 13:47:30 2017 +0100
+++ b/Depth48Image.st	Tue Jan 31 13:47:43 2017 +0100
@@ -111,7 +111,9 @@
 initialize
     super initialize.
     samplesPerPixel := 3. 
-    bitsPerSample := #(16 16 16).
+    bitsPerSample := #[16 16 16].
+
+    "Modified: / 30-01-2017 / 19:32:29 / stefan"
 ! !
 
 !Depth48Image methodsFor:'queries'!