package software
import "fyne.io/fyne/internal/painter/software"
Index ¶
Types ¶
type Painter ¶
type Painter struct { }
Painter is a simple software painter that can paint a canvas in memory.
func NewPainter ¶
func NewPainter() *Painter
NewPainter creates a new Painter.
func (*Painter) Paint ¶
Paint is the main entry point for a simple software painter. The canvas to be drawn is passed in as a parameter and the return is an image containing the result of rendering.
Source Files ¶
draw.go painter.go
- Version
- v1.3.3
- Published
- Aug 10, 2020
- Platform
- darwin/amd64
- Imports
- 14 packages
- Last checked
- 24 minutes ago –
Tools for package owners.