Transparent colors in images

Code:
Dim b As New Bitmap("bleh.bmp")
b.MakeTransparent(Drawing.Color.FromArgb(0, 255, 255))
 
Back
Top