/
posted by
Nikolay Raychev
on
Apr 02, 2009 (more than a year ago)
Silverlight 3 comes with two built in Pixel Shaders: We have the following image: We want to blur it: <Image Width="300" Source="http://terraristic.net/photos/ Brachypelma_albiceps/Brachypelma_albiceps_1.jpg"> <Image.Effect> <BlurEffect Radius="8"></BlurEffect> </Image.Effect> </Image> We have the following result: Note the Radius parameter. The bigger the radius is, ...