extensions.st
author sr
Fri, 12 Jul 2019 14:49:42 +0200
changeset 8727 8af37d3caf22
parent 7806 060e50ed6d74
child 7855 46203abe7d57
permissions -rw-r--r--
#BUGFIX by Stefan Reise class: Depth16Image added: #valueFromRGB:

"{ Package: 'stx:libview' }"!

!Object methodsFor:'testing'!

isColormap
    ^ false
! !

!stx_libview class methodsFor:'documentation'!

extensionsVersion_CVS
    ^ '$Header$'
! !