project
androidJvm
revenuecatui
/
com.revenuecat.purchases.ui.revenuecatui.components.image
/
toBitmap
to
Bitmap
fun
Drawable
.
toBitmap
(
@
Px
width
:
UInt
,
@
Px
height
:
UInt
,
@
ColorInt
background
:
Int
)
:
Bitmap
Converts this drawable to a bitmap with a
background
.