How do you get DX8 to replace one color with a different one? Just like you can do with invisible?
Printable View
How do you get DX8 to replace one color with a different one? Just like you can do with invisible?
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.
ØØ
That is what I mean. =( Where can I find information on how to do this?Quote:
Originally Posted by NoteMe
If it is really all that complicated I suppose I can just make transparent layers and change the colors of the layer behind it.. but that wouldnt be the ideal situation.
anyone offer some more help on this?