type image/color.NYCbCrA
8 uses
image/color (current package)
ycbcr.go#L242: type NYCbCrA struct {
ycbcr.go#L247: func (c NYCbCrA) RGBA() (uint32, uint32, uint32, uint32) {
ycbcr.go#L296: case NYCbCrA:
ycbcr.go#L299: return NYCbCrA{c, 0xff}
ycbcr.go#L311: return NYCbCrA{YCbCr{Y: y, Cb: u, Cr: v}, uint8(a >> 8)}
image
ycbcr.go#L224: func (p *NYCbCrA) NYCbCrAAt(x, y int) color.NYCbCrA {
ycbcr.go#L226: return color.NYCbCrA{}
ycbcr.go#L231: return color.NYCbCrA{
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. |