Chroma Key Pixel Shader Sample

Here’s the source to the WriteableBitmap and Pixel Shader sample I showed at Mix 2009. Click on the image below to run the sample (and have the Silverlight 3 Beta installed – you can get that here). Drag one of the images (or video) from the left and drop into the center area to see where WriteableBitmap is used. Drag the video on the right into the center to see the Pixel Shader in action. This sample will use a “shader” to mask out a chroma key (in this sample, the chroma key is black but the shader supports any color as a chroma key).

 

 More Effects

 

The demo shows the following new Silverlight 3 features:

  • WriteableBitmap
  • Pixel Shaders (chroma key shader)
  • Drop Shadow Effect