Okay, let's say I have a GDI+ Bitmap object. It contains a nice little bitmap picture inside. How can I replace a certain color in the bitmap with another of my choice... let's say for example replace all white with SystemColors.Desktop or something.

How can I do that?

Thanks