For Bitmap, there is a MakeTransparent method, is there one similar for changing one color to another?
Bitmap
MakeTransparent
// This sets Color.White to
You need a library that provides a way to modify the color space of an image without having to work with pixels. LeadTools has a pretty extensive image library that you can use that supports color space modifications, including swapping colors.