Versions in this module Expand all Collapse all v0 v0.7.2 Sep 9, 2020 Changes in this version + type Graphics struct + GG *gg.Context + func NewGraphicsSoftLink(width, height int, filter ebiten.Filter) *Graphics + func (g *Graphics) Dispose() + func (g *Graphics) DrawRect(x, y, w, h, strokewidth int, stroke, bg color.Color) + func (g *Graphics) Ebimage() *ebiten.Image + func (g *Graphics) Sync() + type HardLinkedImage struct + func NewHardLinkedImage(width, height int, filter ebiten.Filter) *HardLinkedImage + func (img *HardLinkedImage) Dispose() + func (img *HardLinkedImage) Ebimage() *ebiten.Image + func (img *HardLinkedImage) Image() *image.RGBA + func (img *HardLinkedImage) UpdatePixels() + type LinkedImage interface + Dispose func() + Ebimage func() *ebiten.Image + Image func() *image.RGBA + UpdatePixels func() + type SoftLinkedImage struct + func NewSoftLinkedImage(width, height int, filter ebiten.Filter) *SoftLinkedImage + func (img *SoftLinkedImage) Dispose() + func (img *SoftLinkedImage) Ebimage() *ebiten.Image + func (img *SoftLinkedImage) Image() *image.RGBA + func (img *SoftLinkedImage) UpdatePixels()