• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!

[C#] Transparency Problem

Status
Not open for further replies.

Moy

Moy

Level 49
Joined
Jan 25, 2011
Messages
2,382
I have a Transparency Problem.

Okay first I've created a form. Then I've set it's background color to transparent by using this code.


this.BackColor = Color.Magenta;
this.TransparencyKey = Color.Magenta;

Then, I've set this image as the Background Image:
202025-albums7755-picture93853.png


And this is the result.
202025-albums7755-picture93852.png


The Problem:
As you can see, there are parts that has magenta. I want it to be removed. Btw, I'm achieving a splashscreen like what Adobe Photoshop has.
 
Last edited:
Status
Not open for further replies.
Top