Frame carries a rendered module image to the compositor.
type Frame struct { ModuleID string Image *image.RGBA X, Y int // position on screen }
Frame carries a rendered module image to the compositor.