Uint8ClampedBufferAttribute.fromList constructor
Implementation
factory Uint8ClampedBufferAttribute.fromList(List<int> list, int itemSize,[bool normalized = false]){
return Uint8ClampedBufferAttribute(Uint8Array.fromList(list),itemSize,normalized);
}