Versions in this module Expand all Collapse all v1 v1.2.1 Jun 11, 2024 Changes in this version + type Driver struct + func New(r image.Rectangle) *Driver + func (d *Driver) Draw(r image.Rectangle, src image.Image, sp image.Point, mask image.Image, ...) + func (d *Driver) Err(clear bool) error + func (d *Driver) Fill(r image.Rectangle) + func (d *Driver) Flush() + func (d *Driver) SetColor(c color.Color) + func (d *Driver) SetDir(dir int) image.Rectangle