aboutsummaryrefslogtreecommitdiff
path: root/operationscore/PixelEvent.py
diff options
context:
space:
mode:
Diffstat (limited to 'operationscore/PixelEvent.py')
-rw-r--r--operationscore/PixelEvent.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/operationscore/PixelEvent.py b/operationscore/PixelEvent.py
index 07669cd..8567d93 100644
--- a/operationscore/PixelEvent.py
+++ b/operationscore/PixelEvent.py
@@ -8,6 +8,8 @@ class PixelEvent(SmootCoreObject):
self.initEvent()
def initEvent(self):
pass
+ def scale(c):
+ self['Color'] *= c
def state(self,timeDelay):
pass