Transparent background

I created my image using Gimp with a transparent background, but when deploying, the background is not transparent. How do you create you images so the background is transparent?

image

Then I copied the background color you use, and still shows magenta

image

Transparency in images is not supported but you can pick single color to be the transparent color, when is set by code.

Excuse my ignorance, but how?

Looks to me that you are using sample project.

There is an Icon class, in constructor we have:

 gfx.MakeTransparent(System.Drawing.Color.FromArgb(0x00FF00F2));

That is how we did it.

1 Like

Got it. Thanks again!

2 Likes