-
Blending modes for Fill effect
I have a layer with two fill effects stacked on it, depending on whatever is on the background I will either use a red one or a white one. I need to repeat the same thing over a hundred times in a single project, so I created a null and applied a checkbox control with an if/else expression that turns the opacity of each fill either to a 100% or 0% depending on whether the checkbox is checked or not.
The problem is that the Fill effect does not have blending modes like say the circle effect, so it doesn’t matter if one is 100% opaque and the other one is 0%, only one of them renders, the only way to make it work is to deactivate one of the instances so only the other one works.
Is there an expression to actually turn off an instance of an effect, pretty much the same if/else conditional but instead of affecting the opacity of the effect rather affect the switch that makes it active/inactive?
Thanks.
David.