-
pseudo-tech explanation of the effect named echo and it’s operators?
I am asking about the effect named echo and the echo operators and about the lesson taught in the COW tutorial about echo. I am not asking how do I achieve such and such visual result.
Following the COW tutorial about echo, I see no result. A difference is that I am using video while the tutorial is using a shape, I think.
Someone on the adobe forum says that there needs to be transparency for composite to work.
I want to understand why that is true and how the echo operators work.
The AE help says that add adds pixel values, blend averages values, screen “sandwiches” layers and composite in front causes successive images to appear in back.
Does add mean:
rgb(1, 2, 3) + rgb(10, 12, 13) = rgb(1+10, 2+12, 3+13)?
Does average mean:
rgb(1, 2, 3) + rgb(10, 12, 13) = rgb((1+10)/2, (2+12)/2, (3+13)/2)?
What does “sandwich” mean?
How are images “composited” when you composite in front or back?
If someone wanted to use one of the additive operators, is there a formulaic way, i.e. without prior knowledge of the content being echoed, to make the result not appear jarringly brighter or darker?