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

2 uses

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

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