ImageData

Exposes the JavaScript ImageData to Kotlin

Since Kotlin

1.1

Constructors

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

Properties

Link copied to clipboard
Since Kotlin 1.1
Link copied to clipboard
open val height: Int
Since Kotlin 1.1
Link copied to clipboard
open val width: Int
Since Kotlin 1.1