image.YCbCr.YCbCrAt (method)

3 uses

	image (current package)
		ycbcr.go#L72: 	return p.YCbCrAt(x, y)
		ycbcr.go#L76: 	r, g, b, a := p.YCbCrAt(x, y).RGBA()
		ycbcr.go#L80: func (p *YCbCr) YCbCrAt(x, y int) color.YCbCr {