diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2020-01-11 21:32:24 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2020-01-11 21:32:24 (GMT) |
commit | 8e3606d761ad2ed854aafc908430a6a90f3e8b44 (patch) | |
tree | 23846304fc24a185b2522c64003066094f6cf4a5 /tksao/frame/basecommand.C | |
parent | ded365f2a66a1258155335bbc62a5c9dc8f6bc89 (diff) | |
download | blt-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.C | 5 |
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); |