On this pageTextLabel.colorpublic Color color { get; set; }CopyDescription#Color to apply to text.Usage#Exampleusing NullSave.GDTKusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(TextLabel target) { Color result = target.color; } }Copy