Reputation: 1965
I've been searching everywhere, can't find any answer.
How could I invert the colors of a BitmapSource or an Image (System.Windows.Controls.Image) from WPF.
Thanks
Upvotes: 5
Views: 4409
Reputation: 6854
you should use WPF Shader Effects Library
it has a "negative" effect sample
Upvotes: 6