pyvista.plotting.charts.Brush#
- class Brush(color='k', texture=None, *, _wrap=None)[source]#
Pythonic wrapper for a VTK Brush, used to fill shapes.
- Parameters
- color
color_like
,optional
Fill color of the shapes drawn using this brush. Any color parsable by
pyvista.Color
is allowed. Defaults to"k"
.- texture
Texture
,optional
Texture used to fill shapes drawn using this brush. Any object convertible to a
Texture
is allowed. Defaults toNone
.
- color
- Other Parameters
- _wrap
vtk.vtkBrush
,optional
Wrap an existing VTK Brush instance. Defaults to
None
(no wrapping).
- _wrap
Methods
Attributes
Return or set the brush's color.
Return or set the brush's texture.
Set texture interpolation mode.
Return or set the texture repeat mode.