Color.blue

static var blue : Color

Description

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

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