Do you mean to make some parts transparent? If so, then alpha blending is the way to go.

If you just want to change the colour from one color to an other like changing the texture for the clothes to a the red team to blue, then it becomes a lot more tricky, and the way to do it is pixel by pixel, and it is VERY slow, and should probably be done at design time.


ØØ