WindowsIconReader.st
changeset 36 3a7ec58dff8e
parent 32 6bdcb6da4d4f
child 41 66edc847b9c8
--- a/WindowsIconReader.st	Mon Feb 06 01:37:58 1995 +0100
+++ b/WindowsIconReader.st	Mon Feb 06 01:39:52 1995 +0100
@@ -21,7 +21,7 @@
 COPYRIGHT (c) 1993 by Claus Gittinger
 	      All Rights Reserved
 
-$Header: /cvs/stx/stx/libview2/WindowsIconReader.st,v 1.9 1994-11-17 14:30:22 claus Exp $
+$Header: /cvs/stx/stx/libview2/WindowsIconReader.st,v 1.10 1995-02-06 00:39:48 claus Exp $
 '!
 
 !WindowsIconReader class methodsFor:'documentation'!
@@ -42,7 +42,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libview2/WindowsIconReader.st,v 1.9 1994-11-17 14:30:22 claus Exp $
+$Header: /cvs/stx/stx/libview2/WindowsIconReader.st,v 1.10 1995-02-06 00:39:48 claus Exp $
 "
 !
 
@@ -160,7 +160,8 @@
     photometric := #palette.
     samplesPerPixel := 1.
     bitsPerSample := #(8).
-    colorMap := Array with:rMap with:gMap with:bMap.
+"/    colorMap := Array with:rMap with:gMap with:bMap.
+    colorMap := Colormap redVector:rMap greenVector:gMap blueVector:bMap.
     inStream close.
 
     "
@@ -308,7 +309,8 @@
     photometric := #palette.
     samplesPerPixel := 1.
     bitsPerSample := #(8).
-    colorMap := Array with:rMap with:gMap with:bMap.
+"/    colorMap := Array with:rMap with:gMap with:bMap.
+    colorMap := Colormap redVector:rMap greenVector:gMap blueVector:bMap.
     inStream close.
 !
 
@@ -446,7 +448,8 @@
     photometric := #palette.
     samplesPerPixel := 1.
     bitsPerSample := #(8).
-    colorMap := Array with:rMap with:gMap with:bMap.
+"/    colorMap := Array with:rMap with:gMap with:bMap.
+    colorMap := Colormap redVector:rMap greenVector:gMap blueVector:bMap.
     inStream close.
 
     "