Uint8ClampedArray API

Represents an array of 8-bit unsigned integers clamped to 0-255.

5 Total 3 Methods 2 Properties 5 Statics
  Show all

new Uint8ClampedArray(…)

Creates a new Uint8ClampedArray.Uint8ClampedArray.Uint8ClampedArray(length_or_buffer, [byteOffset, [length]])

Uint8ClampedArray.BYTES_PER_ELEMENT

The size in bytes of each element in the array. Fixed at 1.Uint8ClampedArray.BYTES_PER_ELEMENT

Uint8ClampedArray.from()

Creates a new Uint8ClampedArray from an array-like or iterable object.Uint8ClampedArray.from()

Uint8ClampedArray.of()

Creates a new Uint8ClampedArray with a variable number of arguments.Uint8ClampedArray.of()

Uint8ClampedArray.prototype

The prototype of the Uint8ClampedArray constructor.Uint8ClampedArray.prototype

Uint8ClampedArray.from()

staticmethod

Creates a new Uint8ClampedArray from an array-like or iterable object. Uint8ClampedArray.from()

You seem to be offline. App may not work.