On this pageUILabel.colorpublic Color color { get; set; }CopyDescription#Gets/Sets the colorUsage#Exampleusing NullSave.GDTK;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(UILabel target) { Color result = target.color; } }Copy