ImageData

class ImageData(val width: Int, val height: Int, val data: UByteArrayInt)

Constructors

Link copied to clipboard
constructor(width: Int, height: Int, data: UByteArrayInt)

Properties

Link copied to clipboard
Link copied to clipboard
val height: Int
Link copied to clipboard
val width: Int