summaryrefslogtreecommitdiffstats
path: root/tksao/frame/basecommand.C
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2020-01-11 21:32:24 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2020-01-11 21:32:24 (GMT)
commit8e3606d761ad2ed854aafc908430a6a90f3e8b44 (patch)
tree23846304fc24a185b2522c64003066094f6cf4a5 /tksao/frame/basecommand.C
parentded365f2a66a1258155335bbc62a5c9dc8f6bc89 (diff)
downloadblt-8e3606d761ad2ed854aafc908430a6a90f3e8b44.zip
blt-8e3606d761ad2ed854aafc908430a6a90f3e8b44.tar.gz
blt-8e3606d761ad2ed854aafc908430a6a90f3e8b44.tar.bz2
MASK: add options for combining multiple masks before blending over an image
Diffstat (limited to 'tksao/frame/basecommand.C')
-rw-r--r--tksao/frame/basecommand.C5
1 files changed, 5 insertions, 0 deletions
diff --git a/tksao/frame/basecommand.C b/tksao/frame/basecommand.C
index a3a0cc3..5b9cfba 100644
--- a/tksao/frame/basecommand.C
+++ b/tksao/frame/basecommand.C
@@ -1905,6 +1905,11 @@ void Base::getMaskTransparencyCmd()
printDouble(0);
}
+void Base::getMaskBlendCmd()
+{
+ Tcl_AppendResult(interp, "transparent", NULL);
+}
+
void Base::getMaskSystemCmd()
{
Tcl_AppendResult(interp, "physical", NULL);