func image/color.CMYKToRGB

one use

	image/color (current package)
		ycbcr.go#L336: func CMYKToRGB(c, m, y, k uint8) (uint8, uint8, uint8) {