image_data property

image_data property

Gets and sets the Texture and Picture fill data.

Definition:

@property
def image_data(self):
    ...
@image_data.setter
def image_data(self, value):
    ...

See Also