image/color.Alpha16.A (field)
7 uses
image/color (current package)
color.go#L111: A uint16
color.go#L115: a = uint32(c.A)
image
image.go#L737: a := p.Alpha16At(x, y).A
image.go#L761: p.Pix[i+0] = uint8(c1.A >> 8)
image.go#L762: p.Pix[i+1] = uint8(c1.A)
image.go#L779: p.Pix[i+0] = uint8(c.A >> 8)
image.go#L780: p.Pix[i+1] = uint8(c.A)
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. |