I have two layers. One is completely red (r255,g0,b0). The other layer is completely green (r0,g255,b0).
How can I make it so that if I lower the opacity of the green layer (which is above the red layer), to 50% that the result is completely yellow (r255,g255,b0)?
I've tried all the blending options, none of them achieve this basic effect. The closest I got was something that looked like a darker orange.
How can I make it so that if I lower the opacity of the green layer (which is above the red layer), to 50% that the result is completely yellow (r255,g255,b0)?
I've tried all the blending options, none of them achieve this basic effect. The closest I got was something that looked like a darker orange.