包含此页的版本:
不含此页的版本:
使用给定的 r、g、b、a 分量构造新的 Color32。
using UnityEngine;public class Example : MonoBehaviour { Color32 color = new Color32(64, 128, 192, 255); }