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#L1209: p.Pix[i] = uint8(p.Palette.Index(c))
image.go#L1217: p.Pix[i] = uint8(p.Palette.Index(c))
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |