Color.clear

static var clear : Color

Description

Completely transparent. RGBA is (0, 0, 0, 0).

JavaScript
// clear the color of this transform's material
transform.renderer.material.color = Color.clear;