Color.g

var g : float

Description

Green component of the color.

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