Color.b

var b : float

Description

Blue component of the color.

JavaScript
var color : Color = Color.white;
color.b = 0;