clark Posted September 11, 2014 Share Posted September 11, 2014 Hey! I am making a simple drawing application with a free hand brush. I have a png of a grayscale "brush" which I am using to draw to the BitmapData. It is all good. However, if I try to tint my "brush" before drawing, I do not see the tint being applied to the BitmapData when I draw. I was kind of expecting this somehow. Do you have any advice on how best to solve this? I was thinking of generating new Textures from my original tinted brush. However, I am not entirely sure how do to this?Cheers:D Link to comment Share on other sites More sharing options...
JUL Posted September 11, 2014 Share Posted September 11, 2014 From what I've read so far, pixi seems more suited for a drawing app than phaser right now. Link to comment Share on other sites More sharing options...
clark Posted September 11, 2014 Author Share Posted September 11, 2014 Hey JUL thanks, but the two are similarly interchangeable. I think we will end up using individual coloured artwork of different colors. The problem is now the Eraser! I used BlendModes.ERASE in Starling but no equivalent I could see. Link to comment Share on other sites More sharing options...
Recommended Posts