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

2 uses

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

	image
		image.go#L1045: 	r, g, b, a := p.CMYKAt(x, y).RGBA()