android-components / mozilla.components.support.ktx.android.graphics.drawable / android.graphics.drawable.Drawable

Extensions for android.graphics.drawable.Drawable

toBitmap

fun Drawable.toBitmap(bitmapConfig: Config = Bitmap.Config.ARGB_4444): Bitmap

Converts a Drawable to Bitmap. via https://stackoverflow.com/a/46018816/2219998.