pyvista.examples.downloads.download_rgba_texture#
- download_rgba_texture(load=True)[source]#
Download a texture with an alpha channel.
- Parameters:
- Returns:
pyvista.Texture
|str
DataSet or filename depending on
load
.
Examples
>>> 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.