Versions with this page:
Versions without this page:
Color32 может быть неявно преобразован Из и В формат Color
using UnityEngine;public class Example : MonoBehaviour { void Start() { Color32 color = new Color(0.5f, 1f, 0.5f, 1f); } }