Android Question How to replace colors in images

NeoTechni

Well-Known Member
Licensed User
Longtime User
linksawakening.png

Let's say I have an image with a limited set of colors. Is there a way of substituting X colors in the image before drawing it? I could obviously loop through each pixel and draw over them at load-time, but that's slower than I'd prefer.
 
Top