data property

data property

Is a Uint8ClampedArray representing a one-dimensional array containing the data in the RGBA order, with integer values between 0 and 255 (included).

Definition:

@property
def data(self):
    ...

See Also