pyvista.plotting.themes._SliderStyleConfig.tube_color#

property _SliderStyleConfig.tube_color: Color[source]#

Return or set the tube color.

Examples

>>> import pyvista as pv
>>> pv.global_theme.slider_styles.modern.tube_color = 'black'