I have an image in a WPF application that I would like to use as a button, and when the mouse goes over it, clicks it etc I would like the hue to change.
Is it possible to do this without the hassle of using my own custom shaders?
I downloaded AForge.NET's开发者_开发百科 image processing library, but that doesn't really like the WPF Image Control..
I think you can change the opacity, may be 0.8 when you hover and 0.5 when the mouse is pressed.
精彩评论