Version: 2019.3
public byte g ;

説明

緑成分

using UnityEngine;

public class Example : MonoBehaviour { Color32 color = Color.white; void Start() { color.g = 0; } }

Did you find this page useful? Please give it a rating: