#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Wed, 12 Apr 2017 09:58:05 +0200
changeset 8007 43503d31273e
parent 8006 55f3c1132660
child 8008 1c39c7155eaa
#DOCUMENTATION by cg class: DeviceWorkstation comment/format in: #supportsAlphaChannel
DeviceWorkstation.st
--- a/DeviceWorkstation.st	Wed Apr 12 09:57:56 2017 +0200
+++ b/DeviceWorkstation.st	Wed Apr 12 09:58:05 2017 +0200
@@ -2371,6 +2371,7 @@
 
 supportsAlphaChannel
     "return true, if this workstation supports alpha information.
+     If not, alpha blending is done 'manually' when images are displayed.
      Currently none does"    
 
     ^ false
@@ -2380,6 +2381,7 @@
     "
 
     "Created: / 11-04-2017 / 01:42:38 / cg"
+    "Modified (comment): / 12-04-2017 / 09:57:16 / cg"
 !
 
 supportsAnyViewBackgroundPixmaps