MadMunky Posted January 11, 2016 Share Posted January 11, 2016 Is it possible to recolour an animation as it plays, say I have a spritesheet animation of a character wearing a blue t-shirt rather than create a new spritesheet I would like to do a replaceRBG on each frame of the animation as it plays. Also another question but based on the replaceRGB method which I want to use, if I create a bitmapData then copy a sprite to it and update it, then do a callback to recolour the bitmapData the colour is not replaced but if I manually do it with the .processPixelRGB method it will recolour correctly? Link to comment Share on other sites More sharing options...
Recommended Posts