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