Image
data class Image(val argb: IntArray, val width: Int, val height: Int, val empty: Boolean = false)(source)
Represents an image with pixel data in ARGB format.
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