Base class for stacks with layers.
Initialises the .layers attribute to the empty list.
Stack other onto self. Acts in-place! This is done so that derived classes do not have to overlaod just to get the return class right. Anyway, returns self.
Stacks other onto self. Acts in-place. Like __xor__().
Stacks other at the bottom of self. Acts in-place.
Stacks other by insert()’ing it into the layer list. Acts in-place.
Removes the first occurence of other from self.
Removes the object indexed by key from the layer list.
Adds up the layers.
Blends the layers one after the other. The alpha channel is the first channel.
moviemaker2.rasterisers
moviemaker2.transforms
Enter search terms or a module, class or function name.