# Examples from pyvista.Texture.to_grayscale
# ==========================================

from pyvista import examples
texture = examples.download_masonry_texture()
bw_texture = texture.to_grayscale()
bw_texture
bw_texture.plot()

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

