Hi,
The question in the subject is basically what I need to know. I have read the documentation and it seams to be a way to iterate through all image pixels and replace a color for another but I don’t know if this can be done with transparency. Also, i don’t know if this would be to slow to do for all sprites.
All my sprites are PNGs that support a 256 colors indexed table. the color at index 0 is the one I want to replace with transparency.
I’m sure that many of you have done something like this before. I just want to know what is the best way to do this. Can anyone point me in the right direction?
Thanks