Color32.g

var g : byte

Description

Green component of the color.

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