I use the DrawImage Image function to copy a portion from an image to another. Is it possible to make it so the copied portion is "darker"? Like, a special color tone? Can someone give me an example? I heard of something called ImageAttributes but I can't find it!
Note: I don't want to edit the source image.
The DrawImage function even has a special overload that sets an ImageAttributes object exactly for that reason: