image.Paletted.Pix (field)
11 uses
image (current package)
image.go#L1154: Pix []uint8
image.go#L1175: return p.Palette[p.Pix[i]]
image.go#L1187: c = p.Palette[p.Pix[i]]
image.go#L1209: p.Pix[i] = uint8(p.Palette.Index(c))
image.go#L1217: p.Pix[i] = uint8(p.Palette.Index(c))
image.go#L1225: return p.Pix[i]
image.go#L1233: p.Pix[i] = index
image.go#L1250: Pix: p.Pix[i:],
image.go#L1262: for _, c := range p.Pix[i0:i1] {
image.go#L1284: Pix: make([]uint8, pixelBufferLength(1, r, "Paletted")),
![]() |
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. |