Getting which colors are transparent in a Bitmap
I would like a way to know which colors are transparent on my image when I use b.MakeTransparent(color); Is there a .net way to do that or do I have to keep track manually?
Also, how would I remove the transparency?
I would like a way to know which colors are transparent on my image when I use b.MakeTransparent(color); Is there a .net way to do that or do I have to keep track manually?
Also, how would I remove the transparency?
Last edited by a moderator: