Returns a nicely formatted string of this color.
print(Color.white);
using UnityEngine;using System.Collections;public class example : MonoBehaviour { void Example() { print(Color.white); }}
import UnityEngineimport System.Collectionsclass example(MonoBehaviour): def Example(): print(Color.white)