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#L945: gray := p.Gray16At(x, y).Y
image.go#L969: p.Pix[i+0] = uint8(c1.Y >> 8)
image.go#L970: p.Pix[i+1] = uint8(c1.Y)
image.go#L989: p.Pix[i+0] = uint8(c.Y >> 8)
image.go#L990: p.Pix[i+1] = uint8(c.Y)
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. |