download_rgba_texture#
- download_rgba_texture(load: bool = True) Texture | str[source]#
Download a texture with an alpha channel.
- Parameters:
- Returns:
- output
pyvista.Texture|str DataSet or filename depending on
load.
- output
Examples#
Download Python source code | Download Jupyter notebook
>>> from pyvista import examples
>>> dataset = examples.download_rgba_texture()
>>> dataset.plot(cpos='xy')
See also
- Rgba Texture Dataset
See this dataset in the Dataset Gallery for more info.
- Applying Textures
Example using this dataset.