Color.st
changeset 3904 52925c65a8cc
parent 3903 dde30ac28db3
child 3930 1eb2b8d1d01d
--- a/Color.st	Tue Jul 01 23:17:35 2003 +0200
+++ b/Color.st	Tue Jul 01 23:19:58 2003 +0200
@@ -226,6 +226,7 @@
             ]
         ]
     ].
+    ^ colorCube
 
     "Created: 11.7.1996 / 17:55:32 / cg"
     "Modified: 10.1.1997 / 15:37:13 / cg"
@@ -530,6 +531,7 @@
         grayColors at:dstIndex put:clr.
         dstIndex := dstIndex + 1
     ].
+    ^ grayColors
 
     "
      Color getGrayColors:16 on:Display
@@ -5232,7 +5234,7 @@
 !Color class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Color.st,v 1.181 2003-07-01 21:17:35 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Color.st,v 1.182 2003-07-01 21:19:58 cg Exp $'
 ! !
 
 Color initialize!