image/color.Gray16.Y (field)
7 uses
image/color (current package)
color.go#L132: Y uint16
color.go#L136: y := uint32(c.Y)
image
image.go#L961: gray := p.Gray16At(x, y).Y
image.go#L985: p.Pix[i+0] = uint8(c1.Y >> 8)
image.go#L986: p.Pix[i+1] = uint8(c1.Y)
image.go#L1005: p.Pix[i+0] = uint8(c.Y >> 8)
image.go#L1006: p.Pix[i+1] = uint8(c.Y)
![]() |
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. |