Interface for object that have colours.
Gets the current colour.
Sets the colour for this object.
if(cast(Colorable)object) { object.to!Colorable.color = Color(1, 100, 5); }
See Implementation
Interface for object that have colours.