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

2 uses

	image/color (current package)
		color.go#L60: func (c NRGBA) RGBA() (r, g, b, a uint32) {

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