Color.g
var g: float;
Description

Green component of the color.

	var color : Color = Color.white;
	color.g = 0;