createImageBitmap

actual fun createImageBitmap(argb: IntArray, width: Int, height: Int): ImageBitmap(source)

Creates an ImageBitmap from ARGB data.

Return

An ImageBitmap.

Parameters

argb

The ARGB data.

width

The width of the image.

height

The height of the image.

Throws

expect fun createImageBitmap(argb: IntArray, width: Int, height: Int): ImageBitmap(source)

Creates an ImageBitmap from ARGB data.

Return

An ImageBitmap.

Parameters

argb

The ARGB data.

width

The width of the image.

height

The height of the image.

Throws

actual fun createImageBitmap(argb: IntArray, width: Int, height: Int): ImageBitmap(source)

Creates an ImageBitmap from ARGB data.

Return

An ImageBitmap.

Parameters

argb

The ARGB data.

width

The width of the image.

height

The height of the image.

Throws