Java: Android: Changing Color Of Bitmap On Canvas In Code
I'm trying to do something that I thought was simple but apparently it's not! I'm making a simple app to learn Android game dev. At the moment, the user clicks on the screen and a
Solution 1:
I found a solution by creating a new canvas to modify the bitmap, then passing this modified bitmap back to the original canvas.
Post a Comment for "Java: Android: Changing Color Of Bitmap On Canvas In Code"