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()