I need to create some shadowing for a game.
Here is the situation, we have an bitmap wich is the object a tree for example and a bitmap that represents the shadow of the tree how can i place the shadow of the tree on the correct place and not completely shadowing the background.

I think alpha blending will be it but i've never used it before.