Limiting custom BlendMode made with PixelBender - how to merge images
Hi, i need to mix two images one photo and a placeholder. The idea is that we see the placeholder except where the palceholder has a particular color, in that case the user sees the photo. Something like chroma key. For this purpose i wrote a Pixel Bender shader that acts as a BlendMode. If the background is in the right color output th...