Similar to Color by adding an overlay of semi-transparent color.
Note: Currently only works for Canvas
public this .tint(String color, Number strength)
Modify the color and level opacity to give a tint on the entity.
Crafty.e("2D, Canvas, Tint")
.tint("#969696", 0.3);