I have a transparent form which has panels and buttons. How do I make my panel x%(i.e. 50%, 60%, 75%) transparent. I know that could be done by decreasing or increasing the Opacity, but since my form is transparent(with Transparency Key) the panel's color fades and becomes white as I decrease the Opacity.
I have gone through many sites but every site tells how to make the form fully transparent or about its opacity.
I want to do this with my panel not a form. All I want is to make my panel look like a blue mirror or like a hologram(2D).
I have a WinForms application with .NET 5.0 core.
[NOTE: This question might seem similar but I didn't understand the answers of it]