Class
JSUInt8Clamped​Array
public class JSUInt8ClampedArray: JSTypedArray<UInt8>
A wrapper around the JavaScript Uint8ClampedArray
class
that exposes its properties in a type-safe and Swifty way.
Relationships
Conforms To
JSTypedArray<UInt8>
Properties
constructor
override public class var constructor: JSFunction?