Versions in this module Expand all Collapse all v1 v1.4.0 Feb 25, 2019 Changes in this version + type Pixels struct + func (p *Pixels) AppendDrawImageHistory(image *graphics.Image, vertices []int16, geom graphics.Matrix, ...) + func (p *Pixels) At(idx int, image *graphics.Image, context *opengl.Context) (color.RGBA, error) + func (p *Pixels) Clear() + func (p *Pixels) CreateImage(context *opengl.Context, width, height int, filter opengl.Filter) (*graphics.Image, error) + func (p *Pixels) DependsOn(target *graphics.Image) bool + func (p *Pixels) Fill(clr color.RGBA) + func (p *Pixels) HasDependency() bool + func (p *Pixels) IsStale() bool + func (p *Pixels) MakeStale() + func (p *Pixels) ReadPixelsFromVRAMIfStale(image *graphics.Image, context *opengl.Context) error + func (p *Pixels) ReplacePixels(pixels []uint8) v1.4.0-rc1 Sep 2, 2016