Color.gray
static var gray: Color;
Description

Gray. RGBA is (0.5, 0.5, 0.5, 1).

	// Assign a gray color to this transform's material
	transform.renderer.material.color = Color.gray;