In System.Drawing we will make the bitmap image color as transparent by using maketransparent method Whether SKBITMAP has any other equivalent method for making the color to transparent.
Bitmap imgData = new Bitmap()
imgData.MakeTransparent(Color.White);
//in system.Drawing
Can any one please suggest a solution for making the color as transparent for SkiaSharp.SKBitmap