Tinting color for all text rendered by the GUI.
This gets multiplied by color.
[!:http://unity3d.com/support/documentation/ScriptReference/GUI-contentColor.html]

C# | Visual Basic | Visual C++ |
public Color ContentColor { get; set; }
Public Property ContentColor As Color Get Set
public: property Color ContentColor { Color get (); void set (Color value); }