type image/color.YCbCr

11 uses

	image/color (current package)
		ycbcr.go#L167: type YCbCr struct {
		ycbcr.go#L171: func (c YCbCr) RGBA() (uint32, uint32, uint32, uint32) {
		ycbcr.go#L232: 	if _, ok := c.(YCbCr); ok {
		ycbcr.go#L237: 	return YCbCr{y, u, v}
		ycbcr.go#L243: 	YCbCr
		ycbcr.go#L298: 	case YCbCr:
		ycbcr.go#L311: 	return NYCbCrA{YCbCr{Y: y, Cb: u, Cr: v}, uint8(a >> 8)}

	image
		ycbcr.go#L80: func (p *YCbCr) YCbCrAt(x, y int) color.YCbCr {
		ycbcr.go#L82: 		return color.YCbCr{}
		ycbcr.go#L86: 	return color.YCbCr{
		ycbcr.go#L232: 		color.YCbCr{