WPF - 无需着色器即可更改图像色调

发布于 2024-11-29 21:21:58 字数 143 浏览 2 评论 0原文

我在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

戏蝶舞 2024-12-06 21:21:58

我认为你可以改变不透明度,当你悬停时可以是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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文