class: Depth1Image
authorStefan Vogel <sv@exept.de>
Wed, 09 Apr 2014 12:21:16 +0200
changeset 6382 d06e2d15a5d7
parent 6381 d4b8689fbe90
child 6383 8bb5adff00bd
class: Depth1Image changed: #anyImageAsFormOn:
Depth1Image.st
--- a/Depth1Image.st	Wed Apr 09 12:19:01 2014 +0200
+++ b/Depth1Image.st	Wed Apr 09 12:21:16 2014 +0200
@@ -606,7 +606,7 @@
     f notNil ifTrue:[
         f colorMap:(Array with:color0 with:color1).
         "special: depth1 forms are drawn with fg on bg paint"
-        f setPaint:color0 on:color1.
+        f setPaint:color1 on:color0.
 
         "/ remember deviceForm
         (device isNil or:[deviceForm isNil]) ifTrue:[
@@ -774,10 +774,10 @@
 !Depth1Image class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Depth1Image.st,v 1.61 2014-04-09 10:19:01 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Depth1Image.st,v 1.62 2014-04-09 10:21:16 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/Depth1Image.st,v 1.61 2014-04-09 10:19:01 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Depth1Image.st,v 1.62 2014-04-09 10:21:16 stefan Exp $'
 ! !