@@ -819,7 +819,9 @@
import TkGlobal
direct.deselect(self)
-
+ def setAlphaScale(self, alpha):
+ self.setColorScale(1, 1, 1, alpha)
+
@@ -63,3 +63,11 @@ class MultiTrack(Interval):
for t in self.tlist:
str = str + t.__repr__(indent+1)
return str