uint8ClampedArray top-level property

Uint8ClampedArrayConstructor get uint8ClampedArray

A typed array of 8-bit unsigned integer (clamped) values. The contents are initialized to 0. If the requested number of bytes could not be allocated an exception is raised.

Implementation

_i3.Uint8ClampedArrayConstructor get uint8ClampedArray => _i6.getProperty(
      _self,
      'Uint8ClampedArray',
    );