Version: 5.4
public float g ;

説明

緑成分

using UnityEngine;
using System.Collections;

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