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!)
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!