Uint8ClampedBufferAttribute constructor

Uint8ClampedBufferAttribute(
  1. Uint8Array array,
  2. int itemSize, [
  3. bool normalized = false
])

Implementation

Uint8ClampedBufferAttribute(Uint8Array array, int itemSize, [bool normalized = false])
    : super(array, itemSize, normalized) {
  type = "Uint8ClampedBufferAttribute";
}