Content-Length: 17680 | pFad | https://docs.unity3d.com/ScriptReference/../Manual/../ScriptReference/Color-a.html
Alpha component of the color (0 is transparent, 1 is opaque).
using UnityEngine;
public class Example : MonoBehaviour { public Color color = Color.white;
void Start() { color.a = 0.42f; } }
Fetched URL: https://docs.unity3d.com/ScriptReference/../Manual/../ScriptReference/Color-a.html
Alternative Proxies: