How is transparency actually implemented ?
问题 Given two images A,B I want a third image C which is as if B had transparency of t=0.5 and placed on top of A. How is C calculated in reality and how n affects it ? I am not interested in any program or pseudo code I just want to know the basic rationale. One way I think is C is nothing but alternating pixels of A and B. What are the other ways ? 回答1: The color and optionally transparency of each pixel of A and B is combined according to the weight. If the transparency is 0.75, then typically