On this pageLabel.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(Label target) { float result = target.alpha; } }Copy