On this pageUILabel_TMPText.alphapublic float alpha { get; set; }CopyDescription#Gets/Sets the alpha value of the text colorUsage#Exampleusing NullSave.GDTKusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(UILabel_TMPText target) { float result = target.alpha; } }Copy