image_data property

image_data property

Gets and sets the picture image data.

Remarks

If the fill format is not custom texture format, returns null.

Definition:

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

See Also