Frame module

class Frame.Frame(width: int, height: int)

Bases: object

The virtual frame that we render to. Maps to the output image.

set(x, y, vector)