# Examples from pyvista.Texture.to_array
# ======================================

from pyvista import examples
texture = examples.download_puppy_texture()
texture
texture.to_array().shape
texture.to_array().dtype

# ----------------------------------------------------------------------
# Generated by sphinx-examples-as-code https://github.com/pyvista/sphinx-examples-as-code

