Oosh said: Andrew said: The
dice appear to be drawn on a canvas element, so they don't have
traditional elements for styling. However, since this canvas seems to be
specifically used for the 3D dice, the canvas itself can be messed
with... Example: <--- SNIP ---> Holy
crap that is cool. But, if I'm understanding right, this will make all
player dice the same colour? Or does the filter apply differently to
different base colours? Hue-rotate will make the player dice different colours; different base colours will result in different final colours. I haven't looked into how it actually works, but from what I've seen using it, I think it can be imagined as starting from a point on a gradient wheel (such as the one below) and rotating by a number of degrees. So starting on blue with a 180 ° rotation would result in some sort of yellow, starting on green with the same rotation would result in some sort of pink. However, I should point out that I'm using this to illustrate the effect it has, this wheel probably doesn't line up precisely with the actual results from hue-rotate.