extensions.st
author Claus Gittinger <cg@exept.de>
Mon, 22 Jul 2019 13:56:23 +0200
changeset 8743 140d90ad0ec1
parent 7806 060e50ed6d74
child 7855 46203abe7d57
permissions -rw-r--r--
#TUNING by cg class: Depth24Image added: #valueFromColor: #valueFromRGB: changed: #valueFromRedBits:greenBits:blueBits:

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

!Object methodsFor:'testing'!

isColormap
    ^ false
! !

!stx_libview class methodsFor:'documentation'!

extensionsVersion_CVS
    ^ '$Header$'
! !