Transparency not working on WPF UserControl #437
Unanswered
metalblade34
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm try to render text on a ID3D11RenderTargetView/ID2D1RenderTarget
Text rendering works well
But when i set background to transparency this gone black
i allow Transparency on my mainwindows
device.ImmediateContext.ClearRenderTargetView(renderTargetView, backgroundBrush.Color);
d2dRenderTarget.BeginDraw();
d2dRenderTarget.Clear(backgroundBrush.Color);
backgroundBrush.Color => Color4(0,0,0,0)
Any ideas ?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions