public String Crafty.scene(String hex[, Number alpha])
Get a rgb string or rgba string (if alpha
presents).
Crafty.toRGB("ffffff"); // rgb(255,255,255)
Crafty.toRGB("#ffffff"); // rgb(255,255,255)
Crafty.toRGB("ffffff", .5); // rgba(255,255,255,0.5)