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
ColorLike
, default: “k” Fill color of the shapes drawn using this brush. Any color parsable by
pyvista.Color
is allowed.- texture
pyvista.Texture
,optional
Texture used to fill shapes drawn using this brush. Any object convertible to a
pyvista.Texture
is allowed. Defaults toNone
.
- color
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.