pyvista.plotting.themes.Theme.below_range_color# property Theme.below_range_color: Color[source]# Return or set the default below range color. Examples Set the below range color to blue. >>> import pyvista as pv >>> pv.global_theme.below_range_color = 'b' >>> pv.global_theme.below_range_color Color(name='blue', hex='#0000ffff', opacity=255)