Hi,
The expression for mixing Image A and Image B:
(A * 0.9) + (B * 0.1)
is already a layering technic, using 2 layers; the main difference to the "other" program is, you have the layers
horizontally positioned instead of having them positioned vertically underneath.
So, mixing 3 layers (Image A, B, C)
than looks like:
(A * 0.5) + (B * 0.1) + (C * 0.4) takes 50% brightness from image A, 10% from image B, 40% from image C)
etc....
Gerald