func image/color.YCbCrToRGB

one use

	image/color (current package)
		ycbcr.go#L58: func YCbCrToRGB(y, cb, cr uint8) (uint8, uint8, uint8) {