ImageData

Exposes the JavaScript ImageData to Kotlin

Constructors

Link copied to clipboard
fun ImageData(sw: Int, sh: Int)
Link copied to clipboard
fun ImageData(    data: Uint8ClampedArray,     sw: Int,     sh: Int = definedExternally)

Properties

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