ID2D1DeviceContext::DrawImage function does not accept any opacity value while ID2D1DeviceContext::DrawBitmap does. I am having an ID2D1Image* as an output of an effect. Now, I want to render the output with a different opacity value. How do I do that?