Hmm if I understand right, you’re creating a few dynamic textures and want to blend them together? If so here’s some options.
-
You could set globalCompositeOperation on the canvas of the destination texture and then call drawImage on its context, passing the canvas of the source texture.
-
You could create a custom procedural texture which blends your textures however you want. These can even be created using the NME.