image/color.NRGBA64.R (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#L174: s[0] = uint8(c.R >> 8)
image.go#L283: s[0] = uint8(c1.R >> 8)
image.go#L284: s[1] = uint8(c1.R)
image.go#L299: s[0] = uint8(c.R >> 8)
image.go#L300: s[1] = uint8(c.R)
image.go#L410: r, g, b, a := uint32(c.R), uint32(c.G), uint32(c.B), uint32(c.A)
image.go#L546: r, g, b, a := uint32(c.R), uint32(c.G), uint32(c.B), uint32(c.A)
image.go#L896: gray := (19595*uint32(c.R) + 38470*uint32(c.G) + 7471*uint32(c.B) + 1<<15) >> 24
image.go#L994: gray := (19595*uint32(c.R) + 38470*uint32(c.G) + 7471*uint32(c.B) + 1<<15) >> 16
image.go#L1097: cc, mm, yy, kk := color.RGBToCMYK(uint8(c.R>>8), uint8(c.G>>8), uint8(c.B>>8))
 |
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. |