Versions in this module Expand all Collapse all v0 v0.0.1 Jul 24, 2020 Changes in this version + func MD5(text string) []byte + func RGB(r, g, b uint8) color.NRGBA + type Identicon struct + Color color.Color + Hash []byte + ID string + Options *Options + Pix []uint8 + Rect image.Rectangle + Stride int + Tiles [][]bool + func New(ID string, opts *Options) *Identicon + func (ic *Identicon) At(x, y int) color.Color + func (ic *Identicon) Bounds() image.Rectangle + func (ic *Identicon) ColorModel() color.Model + func (ic *Identicon) NRGBAAt(x, y int) color.NRGBA + func (ic *Identicon) PixOffset(x, y int) int + func (ic *Identicon) Set(x, y int, c color.Color) + type Options struct + BackgroundColor color.NRGBA + Debug bool + ImageSize int + Margin int