wayfinder Posted August 28, 2014 Share Posted August 28, 2014 Hi! I'm trying to colorize a sprite, but tint doesn't do what I want, it only multiplies a color onto the sprite. I want to specify an arbitrary color and opacity, and overlay that over my sprite. Can you help? Link to comment Share on other sites More sharing options...
lewster32 Posted August 29, 2014 Share Posted August 29, 2014 You'd need to do some trickery with BitmapData or filters to achieve this; tint will only multiply I'm afraid. Link to comment Share on other sites More sharing options...
Recommended Posts