Color.r
var r: float;
Description

Red component of the color.

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