Versions in this module Expand all Collapse all v0 v0.1.0 Apr 19, 2020 Changes in this version + var Black = Bit + var Model = color.ModelFunc(model) + var Off = Black + var On = White + var White = Bit + type Bit struct + V byte + func (c Bit) Other() Bit + func (c Bit) RGBA() (r, g, b, a uint32) + type Image struct + Pix []uint8 + Rect image.Rectangle + Stride int + func New(r image.Rectangle) *Image + func NewFromImage(src image.Image) *Image + func (b *Image) At(x, y int) color.Color + func (b *Image) BitAt(x, y int) Bit + func (b *Image) Bounds() image.Rectangle + func (b *Image) ColorModel() color.Model + func (b *Image) Opaque() bool + func (b *Image) PixOffset(x, y int) int + func (b *Image) Set(x, y int, c color.Color) + func (b *Image) SetBit(x, y int, c Bit) + func (b *Image) SetRect(r image.Rectangle, c Bit) + func (b *Image) SubImage(r image.Rectangle) image.Image