Versions in this module Expand all Collapse all v0 v0.0.1 Mar 18, 2020 Changes in this version + var ColorModel = color.ModelFunc(rgbModel) + type Image struct + Pix []uint8 + Rect image.Rectangle + Stride int + func NewImage(r image.Rectangle) *Image + func (p *Image) At(x, y int) color.Color + func (p *Image) Bounds() image.Rectangle + func (p *Image) ColorModel() color.Model + func (p *Image) RGBAAt(x, y int) color.RGBA + type RGB struct + B uint8 + G uint8 + R uint8 + func (c RGB) RGBA() (r, g, b, a uint32)