Uint8ClampedArray.subarray(begin?: number,end?: number,): Uint8ClampedArray
Gets a new Uint8ClampedArray view of the ArrayBuffer store for this array, referencing the elements at begin, inclusive, up to end, exclusive.
Uint8ClampedArray.subarray(begin?: number,end?: number,): Uint8ClampedArray
Gets a new Uint8ClampedArray view of the ArrayBuffer store for this array, referencing the elements at begin, inclusive, up to end, exclusive.