image/color.NRGBA64.A (field)
12 uses
image/color (current package)
color.go#L48: R, G, B, A uint16
color.go#L52: return uint32(c.R), uint32(c.G), uint32(c.B), uint32(c.A)
image
image.go#L161: s[3] = uint8(c.A >> 8)
image.go#L273: s[6] = uint8(c1.A >> 8)
image.go#L274: s[7] = uint8(c1.A)
image.go#L289: s[6] = uint8(c.A >> 8)
image.go#L290: s[7] = uint8(c.A)
image.go#L394: r, g, b, a := uint32(c.R), uint32(c.G), uint32(c.B), uint32(c.A)
image.go#L530: r, g, b, a := uint32(c.R), uint32(c.G), uint32(c.B), uint32(c.A)
image.go#L661: p.Pix[i] = uint8(c.A >> 8)
image.go#L770: p.Pix[i+0] = uint8(c.A >> 8)
image.go#L771: 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. |