alphasrc*src + (1-alphasrc)*dst
alphasrc
is 1-transparency
. When this mode is used with a Raster object or with a Geometry that contains per-vertex colors with alpha, the alpha values in the Raster's image or in the Geometry's per-vertex colors are combined with the transparency value in this TransparencyAttributes object to perform blending. In this case, the alpha value used for blending at each pixel is: alphasrc = alphapix (1-transparency)
.
f = 0
f = 1
f = alphasrc
f = 1 - alphasrc
f = colordst
f = 1 - colordst
f = colorsrc
f = 1 - colorsrc
|
|