Uint8ClampedArray constructor
init
Initializes a new instance of the Uint8ClampedArray
class.
def __init__(self, length):
...
Parameter | Type | Description |
---|---|---|
length | int | The length (number of elements). |
init
Initializes a new instance of the Uint8ClampedArray
class.
def __init__(self, data):
...
Parameter | Type | Description |
---|---|---|
data | bytes | The array data. |
See Also
- module
aspose.svg
- class
Uint8ClampedArray