Alpha blending RenderTarget2D

Since it’s around this topic, I also wanted to point out the use of RenderTargetUsage.PreserveContents in an overload of the RenderTarget2D constructor. This can be a helpful feature when you need to create various render targets between drawing to the backbuffer and such, but be mindful of its possible performance costs, pending on use.