stdlib
1.8
1.8
1.7
1.6
1.5
1.4
1.3
1.2
1.1
1.0
JS
stdlib
/
org.w3c.dom
/
ImageData
Image
Data
JS
open
external
class
ImageData
:
ImageBitmapSource
,
TexImageSource
(
source
)
Exposes the JavaScript
ImageData
to Kotlin
Since Kotlin
1.1
Constructors
Properties
Constructors
Image
Data
Link copied to clipboard
JS
fun
ImageData
(
sw
:
Int
,
sh
:
Int
)
Image
Data
Link copied to clipboard
JS
fun
ImageData
(
data
:
Uint8ClampedArray
,
sw
:
Int
,
sh
:
Int
=
definedExternally
)
Properties
data
Link copied to clipboard
JS
open
val
data
:
Uint8ClampedArray
Since Kotlin
1.1
height
Link copied to clipboard
JS
open
val
height
:
Int
Since Kotlin
1.1
width
Link copied to clipboard
JS
open
val
width
:
Int
Since Kotlin
1.1