ImageData

Exposes the JavaScript ImageData to Kotlin

Constructors

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

Properties

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