Uint8ClampedArray

Exposes the JavaScript Uint8ClampedArray to Kotlin

Since Kotlin

1.1

Exposes the JavaScript Uint8ClampedArray to Kotlin

Since Kotlin

1.8

Constructors

Link copied to clipboard
constructor(length: Int)
constructor(array: Uint8ClampedArray)
constructor(array: Array<Byte>)
constructor(buffer: ArrayBuffer, byteOffset: Int = definedExternally, length: Int = definedExternally)
constructor(length: Int)
constructor(array: Uint8ClampedArray)
constructor(array: JsArray<JsNumber>)
constructor(buffer: ArrayBuffer, byteOffset: Int = definedExternally, length: Int = definedExternally)

Types

Link copied to clipboard
object Companion
Since Kotlin 1.1
object Companion
Since Kotlin 1.8

Properties

Link copied to clipboard
open override val buffer: ArrayBuffer
Since Kotlin 1.1
open override val buffer: ArrayBuffer
Since Kotlin 1.8
Link copied to clipboard
open override val byteLength: Int
Since Kotlin 1.1
open override val byteLength: Int
Since Kotlin 1.8
Link copied to clipboard
open override val byteOffset: Int
Since Kotlin 1.1
open override val byteOffset: Int
Since Kotlin 1.8
Link copied to clipboard
open val length: Int
Since Kotlin 1.1
open val length: Int
Since Kotlin 1.8

Functions

Link copied to clipboard
inline operator fun Uint8ClampedArray.get(index: Int): Byte
Since Kotlin 1.1
operator fun Uint8ClampedArray.get(index: Int): Byte
Since Kotlin 1.8
Link copied to clipboard
fun set(array: Array<Byte>, offset: Int = definedExternally)
fun set(array: Uint8ClampedArray, offset: Int = definedExternally)
Since Kotlin 1.1
fun set(array: JsArray<JsNumber>, offset: Int = definedExternally)
fun set(array: Uint8ClampedArray, offset: Int = definedExternally)
Since Kotlin 1.8
Link copied to clipboard
inline operator fun Uint8ClampedArray.set(index: Int, value: Byte)
Since Kotlin 1.1
operator fun Uint8ClampedArray.set(index: Int, value: Byte)
Since Kotlin 1.8
Link copied to clipboard
fun subarray(start: Int, end: Int): Uint8ClampedArray
Since Kotlin 1.1
fun subarray(start: Int, end: Int): Uint8ClampedArray
Since Kotlin 1.8
Link copied to clipboard

For a Dynamic value caught in JS, returns the corresponding Throwable if it was thrown from Kotlin, or null otherwise.

Since Kotlin 1.8
Link copied to clipboard
fun <T : JsAny> JsAny.unsafeCast(): T

Cast JsAny to other Js type without runtime check

Since Kotlin 1.8