toggle menu
coil-root
3.1.0-SNAPSHOT
android
common
nonAndroid
switch theme
search in API
coil-core
/
coil3
/
toBitmap
to
Bitmap
android
common
nonAndroid
fun
<Error class: unknown class>
.
toBitmap
(
width
:
Int
,
height
:
Int
,
config
:
Bitmap.Config
)
:
Bitmap
@
JvmOverloads
expect
fun
Image
.
toBitmap
(
width
:
Int
=
this.width
,
height
:
Int
=
this.height
)
:
Bitmap
Convert an
Image
into a
Bitmap
.
fun
Image
.
toBitmap
(
width
:
Int
,
height
:
Int
,
colorType
:
ColorType
,
colorAlphaType
:
ColorAlphaType
,
colorSpace
:
ColorSpace
?
)
:
Bitmap
@
JvmOverloads
actual
fun
Image
.
toBitmap
(
width
:
Int
,
height
:
Int
)
:
Bitmap