Texture.copy# Texture.copy(*, deep: bool = True) → Texture[source]# Make a copy of this texture. Parameters: deepbool, default: TrueCopy the texture’s image rather than share it. Returns: pyvista.TextureCopied texture.