1 | initial version |
"try paint the poly to a separate image with black background. then for each pixel: if polyimage-pixel isnt black: image-pixel = 0.5imagepixel + 0.5polyimage-pixel. instead of 0.5 you can use any transparency factor x and (1-x) "