image.Paletted.Pix (field)
11 uses
image (current package)
image.go#L1138: Pix []uint8
image.go#L1159: return p.Palette[p.Pix[i]]
image.go#L1171: c = p.Palette[p.Pix[i]]
image.go#L1193: p.Pix[i] = uint8(p.Palette.Index(c))
image.go#L1201: p.Pix[i] = uint8(p.Palette.Index(c))
image.go#L1209: return p.Pix[i]
image.go#L1217: p.Pix[i] = index
image.go#L1234: Pix: p.Pix[i:],
image.go#L1246: for _, c := range p.Pix[i0:i1] {
image.go#L1268: Pix: make([]uint8, pixelBufferLength(1, r, "Paletted")),
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |