Lots (e.g. keeping track of previous image, start time etc) is handled by each derived effect. Should move this to base class to make writing new FX easier.
Make getDisplay set properties, then call an 'abstract' render method in derived FX.
Also abstract out argument parsing (handling optional args etc).
Lots (e.g. keeping track of previous image, start time etc) is handled by each derived effect. Should move this to base class to make writing new FX easier. Make
getDisplay
set properties, then call an 'abstract'render
method in derived FX. Also abstract out argument parsing (handling optional args etc).