package
2.6.0-alpha1
Repository: https://github.com/fyne-io/fyne.git
Documentation: pkg.go.dev

# 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.