I have a picturebox that loads an image with a white background. I'd like to make the image have a transparent color (sort of like Bitmap.MakeTransparent()), but I can't figure out how.

Dan