Basically what I am at, is trying to change certain colors of a sprite to other colors. "Palette Swap kind of"
I can do it by changing the images pixels and tex.update(image), sprite.setTex(tex)
Is there an easier option to do this ?
Would using opengl help and can I still use sprite instead of a quad ?
Thanks in advance.