Image

constructor(argb: IntArray, width: Int, height: Int, empty: Boolean = false)(source)

Parameters

argb

The pixel data in ARGB format.

width

The width of the image in pixels.

height

The height of the image in pixels.

empty

Indicates whether the image is empty, used to avoid iteration over argb