How do I add a shadow on top of a bimap and darken the bitmap underneath? The shadow is also a bitmap.
If I draw the shadow on top of the first bitmap with transparency it lightens the image underneath if the areas are darker than the shadow.
I know about alpha blending and transparency, but how do I "Darken only"?