*Inheritance: BufferAttribute →* # Uint8ClampedBufferAttribute Convenient class that can be used when creating a `UInt8Clamped` buffer attribute with a plain `Array` instance. ## Constructor ### new Uint8ClampedBufferAttribute( array : Array. | Uint8ClampedArray, itemSize : number, normalized : boolean ) Constructs a new buffer attribute. **array** The array holding the attribute data. **itemSize** The item size. **normalized** Whether the data are normalized or not. Default is `false`. ## Source [src/core/BufferAttribute.js](https://github.com/mrdoob/three.js/blob/master/src/core/BufferAttribute.js)