Let me explain my dilemma:
I'm dealing with a two-tone png image - one tone is black and the other is transparent.
Right now, I'm relying on the background color attribute to dynamically change the color of the transparent section.
However, I also wish to be able to dynamically change the black section using a mask overlay. I believe this can be achieved utilizing html5 canvas or maybe even css, but I haven't been successful in finding a working solution.
Your assistance is greatly appreciated. Thank you.