# Examples from pyvista.Texture.n_components
# ==========================================

# Show the number of components in the example masonry texture.
from pyvista import examples
texture = examples.download_masonry_texture()
texture.n_components

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

