如何创建简单的 HLSL Silverlight 滤镜来混合/播放/混合 2 个图像?
如何创建简单的 HLSL Silverlight 滤镜来混合/播放/混合 2 个图像?
我需要一些过滤器的工作示例,它将输入 2 个图像\对象并返回 1 个图像 - 一些计算的结果。
我想引入 Silverlight 混合模式!)
How to create Simple HLSL Silverlight filter for blending/playing with/mixing 2 images?
I need some working example of a filter which would take as an input 2 images\objects and return 1 image - result of some calculations.
I want to bring to Silverlight blend modes!)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
那么您要做的第一件事就是定义一个 .FX 文件。因为您需要如下代码:
我不确定如何将 FX 文件与 silverlight 一起使用,但这应该可以帮助您入门!
Well the first thing you would do is define a .FX file. In that you need code like the following:
I'm unsure of how to use the FX file with silverlight but that should get you started!