ImageLayer¶
- class pywwt.layers.ImageLayer(**kwargs: Any)[source]¶
Bases:
HasTraits
An image layer.
Attributes Summary
The Matplotlib colormap (
matplotlib.colors.ListedColormap
)The opacity of the image
Methods Summary
remove
()Remove the layer.
Attributes Documentation
- cmap¶
The Matplotlib colormap (
matplotlib.colors.ListedColormap
)
- opacity¶
The opacity of the image
- stretch¶
- vmax¶
- vmin¶
Methods Documentation