image/color.Gray16.Y (field)
6 uses
image/color (current package)
color.go#L132: Y uint16
color.go#L136: y := uint32(c.Y)
image
image.go#L827: p.Pix[i+0] = uint8(c1.Y >> 8)
image.go#L828: p.Pix[i+1] = uint8(c1.Y)
image.go#L836: p.Pix[i+0] = uint8(c.Y >> 8)
image.go#L837: p.Pix[i+1] = uint8(c.Y)
![]() |
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. |