depth property

depth property

Gets the height of this texture, for none-3D texture it’s always 1.

Definition:

@property
def depth(self):
    ...

See Also