I'm creating an html5 canvas drawing app.
I want to paint with a gritty texture. I know that I can use fill with a specific image as a texture, but then the color is locked to that image. I still want to be able to change the color via a color picker. I just want the grittiness to come through.
What solutions are available?