WPF - 无需着色器即可更改图像色调
我在 WPF 应用程序中有一个图像,我想将其用作按钮,当鼠标经过它、单击它等时,我希望更改色调。
是否可以做到这一点,而无需使用我自己的自定义着色器的麻烦?
我下载了 AForge.NET 的图像处理库,但它并不真正喜欢 WPF 图像控件。
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..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为你可以改变不透明度,当你悬停时可以是0.8,当按下鼠标时可以是0.5。
I think you can change the opacity, may be 0.8 when you hover and 0.5 when the mouse is pressed.