We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
Page Index Toggle Pages: 1
blend LIGHTEST (Read 306 times)
blend LIGHTEST
Jun 1st, 2009, 12:53am
 
Greetings!

I am new to using processing and have enjoyed working with the software so far.  I would like some input on how to blend using the LIGHTEST mode for an image on a surface so that it interactively blends with an image that is behind it.  Different from this code

"blend(srcImg, x, y, width, height, dx, dy, dwidth, dheight, MODE)"

in that like in Photoshop the LIGHTEST trait is independent of the layers that are below it.  The code above seems to merge to images using blending, I want to have the LIGHTEST blending mode to act with a multiple of images that intersect its area.


Thanks!
Page Index Toggle Pages: 1