image/color.NRGBA64.R (field)
6 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#L224: s[0] = uint8(c1.R >> 8)
image.go#L225: s[1] = uint8(c1.R)
image.go#L240: s[0] = uint8(c.R >> 8)
image.go#L241: s[1] = uint8(c.R)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |