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