Versions with this page:
Versions without this page:
Color32 puede ser implícitamente convertido a y desde Color.
using UnityEngine;public class Example : MonoBehaviour { void Start() { Color32 color = new Color(0.5f, 1f, 0.5f, 1f); } }