for later usage in a converter I'd like to exactly control the transparency of colors.
- Let's say I have a simple layer (B), filled with #FF0000 and 50% layertransperency.
- Now I duplicate that layer (C) (again with 50%).
- In addition to that I have a layer for the background (A) which is filled with #FFFFFF.
I would have expected that the resulting pixel is a perfect #FF0000, but it is a #ff3f3f (still red, but much lighter).
I also tried to play with layer-styles and hoped that Linear Dodge (add) would help me out, but it doesn't.
Is there any simple trick, so that I am able to exactly control the transparency of every pixel (layer)?