Versions in this module Expand all Collapse all v1 v1.0.0 Aug 10, 2017 Changes in this version + var BitModel = color.ModelFunc(convert) + type Bit bool + const Off + const On + func (b Bit) RGBA() (uint32, uint32, uint32, uint32) + func (b Bit) String() string + type VerticalLSB struct + Pix []byte + Rect image.Rectangle + Stride int + func NewVerticalLSB(r image.Rectangle) *VerticalLSB + func (i *VerticalLSB) At(x, y int) color.Color + func (i *VerticalLSB) BitAt(x, y int) Bit + func (i *VerticalLSB) Bounds() image.Rectangle + func (i *VerticalLSB) ColorModel() color.Model + func (i *VerticalLSB) Opaque() bool + func (i *VerticalLSB) PixOffset(x, y int) (int, byte) + func (i *VerticalLSB) Set(x, y int, c color.Color) + func (i *VerticalLSB) SetBit(x, y int, b Bit) Incompatible versions in this module v2.0.0+incompatible Aug 25, 2017