Hi all,
I am struggling with the advanced blend node. I have white text with alpha and want to use pixel noise from another layer with a constant shader to control the text’s alpha.
Pixel processing is (WrittenPixel.RGB * Source Blend) [Operation] (Existing Pixel. rbg * Destination Blend)
I want to subtract the noise color from the text’s alpha, but it does not work. Or am I getting something wrong here?
The blend mode operates on pin order AFAIK. The blend operation has a source and a target. Does it “iterate” through the layers like that? And what does the first layer blend into?
color = layer 1(source) blend ???(target);
color = layer 2(source) blend color(target;
color = layer 3(source) blend color(target;
…
blendGlyphes.v4p (30.4 KB)