TexImageSource

JS
1.1
interface TexImageSource
(source)

Inheritors

JS
1.1

HTMLCanvasElement

Exposes the JavaScript HTMLCanvasElement to Kotlin

abstract class HTMLCanvasElement : 
    HTMLElement,
    CanvasImageSource,
    TexImageSource
JS
1.1

HTMLImageElement

Exposes the JavaScript HTMLImageElement to Kotlin

abstract class HTMLImageElement : 
    HTMLElement,
    HTMLOrSVGImageElement,
    TexImageSource
JS
1.1

HTMLVideoElement

Exposes the JavaScript HTMLVideoElement to Kotlin

abstract class HTMLVideoElement : 
    HTMLMediaElement,
    CanvasImageSource,
    TexImageSource
JS
1.1

ImageBitmap

Exposes the JavaScript ImageBitmap to Kotlin

abstract class ImageBitmap : 
    CanvasImageSource,
    TexImageSource
JS
1.1

ImageData

Exposes the JavaScript ImageData to Kotlin

open class ImageData : ImageBitmapSource, TexImageSource