performing color filter in textures

Started by
-1 comments, last by vcGamer 13 years, 5 months ago
Hi

I use C# (VS 2008) and MDX, how can I change color of my textures in REALTIME? how can I apply some filters? for instance I want to display my textures in inverse color mode (for simulating night view mode), I don't want to load different textures, I want to display them both in normal mode and in color filter mode, how can I do so

I load my textures using Texture.FromFile.....
and render them:
device.Texture(0,texture)

how can I perform it?

thanks all
Visit galaxyroad.com which soon will have english contents too

This topic is closed to new replies.

Advertisement