arcbox Posted March 3, 2014 Share Posted March 3, 2014 Hello, I'm wondering if I can get the pixel data at a given coordinate. In canvas, this is done through the getImageData(x,y,length,width) method, though I can't seem to find anything in Phaser to accomplish this. I only need this to be read only, and just to get the color of the pixel at that location. Anyone have any ideas? Thanks! Link to comment Share on other sites More sharing options...
Magnifisite Posted March 3, 2014 Share Posted March 3, 2014 I don't think there is something like that in Phaser (don't quote me on that tho) but why don't you just use the canvas? Link to comment Share on other sites More sharing options...
Recommended Posts