image/color.NYCbCrA.RGBA (method, view implemented interface methods)

2 uses

	image/color (current package)
		ycbcr.go#L247: func (c NYCbCrA) RGBA() (uint32, uint32, uint32, uint32) {

	image
		ycbcr.go#L220: 	r, g, b, a := p.NYCbCrAAt(x, y).RGBA()