# Functions
NewCanvas creates a new canvas in memory that can render without hardware support.
NewTransparentCanvas creates a new canvas in memory that can render without hardware support without a background color.
Render takes a canvas object and renders it to a regular Go image using the provided Theme.
RenderCanvas takes a canvas and renders it to a regular Go image using the provided Theme.