# Examples from pyvista.plotting.themes._LightingConfig.specular_power
# ====================================================================

# Set the global specular power value to `50`.
import pyvista as pv
pv.global_theme.lighting_params.specular_power = 50
pv.global_theme.lighting_params.specular_power

# ----------------------------------------------------------------------
# Generated by sphinx-examples-as-code https://github.com/pyvista/sphinx-examples-as-code

