Returns a nicely formatted string of this color.
print(Color.white);
using UnityEngine; using System.Collections;
public class ExampleClass : MonoBehaviour { void Example() { print(Color.white); } }
Did you find this page useful? Please give it a rating: