Color.blue
static var blue: Color;
Description

Solid blue. RGBA is (0, 0, 1, 1).

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