<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Silverlike &#187; PixelShader</title>
	<atom:link href="http://silverlike.net/tag/pixel-shader/feed/" rel="self" type="application/rss+xml" />
	<link>http://silverlike.net</link>
	<description>We Like Silverlight</description>
	<lastBuildDate>Mon, 07 Dec 2009 06:34:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Scan lines Pixel Shader</title>
		<link>http://silverlike.net/scan-lines-pixel-shader/</link>
		<comments>http://silverlike.net/scan-lines-pixel-shader/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 04:21:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Common]]></category>
		<category><![CDATA[PixelShader]]></category>

		<guid isPermaLink="false">http://silverlike.net/scan-lines-pixel-shader/</guid>
		<description><![CDATA[René Schulte implemented a very interesting pixel shader that could help you to kill pixels in a specific patter. Liking setting the old rows in black or in a diagonal pattern.]]></description>
			<content:encoded><![CDATA[<p>&#160;<a href="http://kodierer.blogspot.com/2009/10/read-between-pixels-hlsl-kill-pixel.html" target="_blank">René Schulte</a> implemented a very interesting pixel shader that could help you to kill pixels in a specific patter. Liking setting the old rows in black or in a diagonal pattern. </p>
<p class="image"><a href="http://kodierer.blogspot.com/2009/10/read-between-pixels-hlsl-kill-pixel.html" target="_blank"><img  title="Scan lines Pixel Shader" border="0" alt="Scan lines Pixel Shader" src="http://silverlike.net/wp-content/uploads/2009/10/ScanlinesPixelShader.jpg" width="450" height="250" /></a> </p>
<div class="demo-area">Silverlight Demo: <a class="new-window" href="http://silverlike.net/silverlight/index.php?xap=%2Fwp-content%2Fuploads%2Fxap%2FShaderSilverlightTestproject.xap&TB_iframe=true&caption=Scan+lines+Pixel+Shader&height=400&width=650" target="_blank">Click here to view</a></div>
<div class="reference-info"><strong>Website:</strong> <a href="http://silverlike.net/scan-lines-pixel-shader/" title="http://silverlike.net/scan-lines-pixel-shader/" target="_blank">Click here</a></div>
<div class="reference-info"><strong>Download:</strong> <a href="http://silverlike.net/scan-lines-pixel-shader/" title="http://silverlike.net/scan-lines-pixel-shader/" target="_blank">Click here</a></div>
<img src="http://silverlike.net/?ak_action=api_record_view&id=726&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://silverlike.net/scan-lines-pixel-shader/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reflection using Pixel Shader</title>
		<link>http://silverlike.net/reflection-using-pixel-shader/</link>
		<comments>http://silverlike.net/reflection-using-pixel-shader/#comments</comments>
		<pubDate>Sat, 26 Sep 2009 02:29:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Common]]></category>
		<category><![CDATA[PixelShader]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://silverlike.net/reflection-using-pixel-shader/</guid>
		<description><![CDATA[A Reflection Effect Class. Please go to the reference website to download the Reflection.ps file which is needed for the assembly to work.]]></description>
			<content:encoded><![CDATA[<p><a href="http://silverlike.net/wp-content/uploads/2009/09/ReflectionusingPixelShader.jpg" target="_blank">Cellbi</a> posted an article teaching you to create a shadow effect on any of your UIElement using Pixel Shader. </p>
<p class="image"><a class="thickbox" href="http://silverlike.net/wp-content/uploads/2009/09/ReflectionusingPixelShader.jpg" target="_blank"><img style="display: inline" title="Reflection using Pixel Shader" alt="Reflection using Pixel Shader" src="http://silverlike.net/wp-content/uploads/2009/09/ReflectionusingPixelShader_thumb.jpg" width="400" height="250" /></a></p>
<div class="demo-area">Silverlight Demo: <a class="new-window" href="http://silverlike.net/silverlight/index.php?xap=%2Fwp-content%2Fuploads%2Fxap%2FReflectionShader.xap&TB_iframe=true&caption=Reflection+using+Pixel+Shader&height=400&width=650" target="_blank">Click here to view</a></div>
<div class="reference-info"><strong>Website:</strong> <a href="http://silverlike.net/reflection-using-pixel-shader/" title="http://silverlike.net/reflection-using-pixel-shader/" target="_blank">Click here</a></div>
<img src="http://silverlike.net/?ak_action=api_record_view&id=399&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://silverlike.net/reflection-using-pixel-shader/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>6 pixel shader effects</title>
		<link>http://silverlike.net/6-pixel-shader-effects/</link>
		<comments>http://silverlike.net/6-pixel-shader-effects/#comments</comments>
		<pubDate>Sat, 26 Sep 2009 03:14:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Common]]></category>
		<category><![CDATA[PixelShader]]></category>

		<guid isPermaLink="false">http://silverlike.net/6-pixel-shader-effects/</guid>
		<description><![CDATA[Gavin Wignal created a sample to demonstrate pixel shader feature in Silverlight 3.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.silverlightbuzz.com/2009/07/20/accessing-the-wpf-pixel-shaders-in-silverlight-3/" target="_blank">Gavin Wignal</a> created a sample to demonstrate pixel shader feature in Silverlight 3. The effects include</p>
<ul>
<li>Directional Blur Effect </li>
<li>Pixelate Effect </li>
<li>Pinch Effect </li>
<li>Ripple Effect </li>
<li>Swirl Effect </li>
<li>Zoom Blur Effect </li>
</ul>
<p class="image"><a class="thickbox" href="http://www.silverlightbuzz.com/2009/07/20/accessing-the-wpf-pixel-shaders-in-silverlight-3/" target="_blank"><img style="display: inline" title="6 pixel shader effects" alt="6 pixel shader effects" src="http://silverlike.net/wp-content/uploads/2009/09/6pixelshadereffects.jpg" width="400" height="250" /></a></p>
<div class="demo-area">Silverlight Demo: <a class="new-window" href="http://silverlike.net/silverlight/index.php?xap=%2Fwp-content%2Fuploads%2Fxap%2FPixel&TB_iframe=true&caption=6+pixel+shader+effects&height=400&width=650" target="_blank">Click here to view</a></div>
<div class="reference-info"><strong>Website:</strong> <a href="http://silverlike.net/6-pixel-shader-effects/" title="http://silverlike.net/6-pixel-shader-effects/" target="_blank">Click here</a></div>
<div class="reference-info"><strong>Download:</strong> <a href="http://silverlike.net/6-pixel-shader-effects/" title="http://silverlike.net/6-pixel-shader-effects/" target="_blank">Click here</a></div>
<img src="http://silverlike.net/?ak_action=api_record_view&id=414&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://silverlike.net/6-pixel-shader-effects/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Old Movie Pixel Shader</title>
		<link>http://silverlike.net/old-movie-pixel-shader/</link>
		<comments>http://silverlike.net/old-movie-pixel-shader/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 10:33:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Common]]></category>
		<category><![CDATA[PixelShader]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://silverlike.net/old-movie-pixel-shader/</guid>
		<description><![CDATA[René Schulte shared an old Movie Pixel Shader effect in his blog. The shader effect can be applied to movie to create an old movie style. The effect can be customized with scratches and noise options.]]></description>
			<content:encoded><![CDATA[<p><a href="http://kodierer.blogspot.com/2009/08/ye-olde-pixels-silverlight-3-old-movie.html" target="_blank">René Schulte</a> shared an old Movie Pixel Shader effect in his blog. The shader effect can be applied to movie to create an old movie style. The effect can be customized with scratches and noise options.</p>
<p class="image"><a class="thickbox" href="http://kodierer.blogspot.com/2009/08/ye-olde-pixels-silverlight-3-old-movie.html" target="_blank"><img style="display: inline" title="Old-Movie-Pixel-Shader" alt="Old-Movie-Pixel-Shader" src="http://silverlike.net/wp-content/uploads/2009/09/OldMoviePixelShader.jpg" width="400" height="250" /></a>&#160;</p>
<div class="reference-info"><strong>Website:</strong> <a href="http://silverlike.net/old-movie-pixel-shader/" title="http://silverlike.net/old-movie-pixel-shader/" target="_blank">Click here</a></div>
<div class="reference-info"><strong>Download:</strong> <a href="http://silverlike.net/old-movie-pixel-shader/" title="http://silverlike.net/old-movie-pixel-shader/" target="_blank">Click here</a></div>
<img src="http://silverlike.net/?ak_action=api_record_view&id=266&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://silverlike.net/old-movie-pixel-shader/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pixel Shader Effect Library</title>
		<link>http://silverlike.net/pixel-shader-effect-library/</link>
		<comments>http://silverlike.net/pixel-shader-effect-library/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 06:11:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Common]]></category>
		<category><![CDATA[PixelShader]]></category>

		<guid isPermaLink="false">http://silverlike.net/pixel-shader-effect-library/</guid>
		<description><![CDATA[An official library which helps you to create your own pixel shader effect on the fly. The releases also included a lot of transition effects.]]></description>
			<content:encoded><![CDATA[<p>An official <a href="http://wpffx.codeplex.com/" target="_blank">library</a> which helps you to create your own pixel shader effect on the fly. The releases also included a lot of transition effects.</p>
<p class="image"><a href="http://www.codeplex.com/wpffx" target="_blank"><img style="display: inline" title="Pixel Shader Effect Library" alt="Pixel Shader Effect Library" src="http://silverlike.net/wp-content/uploads/2009/09/PixelShaderEffectLibrary.jpg" width="400" height="250" /></a>&#160;</p>
<div class="reference-info"><strong>Website:</strong> <a href="http://silverlike.net/pixel-shader-effect-library/" title="http://silverlike.net/pixel-shader-effect-library/" target="_blank">Click here</a></div>
<div class="reference-info"><strong>Download:</strong> <a href="http://silverlike.net/pixel-shader-effect-library/" title="http://silverlike.net/pixel-shader-effect-library/" target="_blank">Click here</a></div>
<img src="http://silverlike.net/?ak_action=api_record_view&id=419&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://silverlike.net/pixel-shader-effect-library/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
<!--
This site's performance optimized by W3 Total Cache:

W3 Total Cache improves the user experience of your blog by caching
frequent operations, reducing the weight of various files and providing
transparent content delivery network integration.

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk

Served from: shareelements.silverlighteffect.com @ 2012-02-07 15:54:12 -->
