image_bytes property

Fill.image_bytes property

Gets the raw bytes of the fill texture or pattern.

@property
def image_bytes(self) -> bytes:
    ...

Remarks

The default value is None.

See Also