image.Uniform.C (field)
6 uses
	image (current package)
		names.go#L25: 	C color.Color
		names.go#L29: 	return c.C.RGBA()
		names.go#L37: 	return c.C
		names.go#L42: func (c *Uniform) At(x, y int) color.Color { return c.C }
		names.go#L45: 	r, g, b, a := c.C.RGBA()
		names.go#L51: 	_, _, _, a := c.C.RGBA()
|  | The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |