views:

400

answers:

2

There are two "layers" (Image control with PNG bitmap) inside Grid (or Canvas): one image directly positioned on top of other one. Is there a way to display combined image created by multiplying images colors (the Photoshop/GIMP layer effect)?

A: 

Sounds like you want to chain together BitmapSources. Here's a blog post with details on how to do this.

Will
+2  A: 

If you want it dynamic you should look at WPF Effects. See Greg Schechter's Blog

Hades32
http://blogs.msdn.com/greg_schechter/archive/2008/09/16/introducing-multi-input-shader-effects.aspx was useful
LicenseQ