func image.NewRGBA

3 uses

	image (current package)
		image.go#L170: func NewRGBA(r Rectangle) *RGBA {

	image/jpeg
		reader.go#L696: 		img := image.NewRGBA(bounds)
		reader.go#L761: 	img := image.NewRGBA(bounds)