Gets the current colour.
if(object.color is null || object.color.transparent) { writeln("There's no colour!"); }
See Implementation
Gets the current colour.