What is the best way to programmatically determine the color of a pixel in a bitmap using WPF?
- by DanM
The only way I found so far is System.Drawing.Bitmap.GetPixel(), but Microsoft has warnings for System.Drawing that are making me think it might be deprecated soon. Is there another way?