-
constraining blending mode
I want to “overlay” a layer (using the Overlay blending mode) on top of two layers at the top of my layer stack, but I want this overlay effect to be limited to just these top two layers and not affect the layers underneath. Is there a way to restrict which layers my top-most layer affects when I turn the blending mode to Overlay (or anything besides “normal”)? If I try precomposing the three layers (the overlay layer and the two underlying layers that I want affected), then I run into alpha problems because the layer that I am switching to “overlay” has it’s own alpha that is different from the alpha for the two layers that need to be affected. Am I being clear enough?