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

toBitmap

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

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