image/color.Palette.Index (method)

4 uses

	image/color (current package)
		color.go#L287: 	return p[p.Index(c)]
		color.go#L292: func (p Palette) Index(c Color) int {

	image
		image.go#L1193: 	p.Pix[i] = uint8(p.Palette.Index(c))
		image.go#L1201: 	p.Pix[i] = uint8(p.Palette.Index(c))