Uint8ClampedBufferAttribute constructor

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

Implementation

Uint8ClampedBufferAttribute(array, itemSize, [bool normalized = false])
    : super(Uint8ClampedList.fromList(array), itemSize, normalized);