GUITexture.color
var color: Color;
Description

The color of the GUI texture.

	// change the color of the texture to green
	guiTexture.color = Color.green;