_LightingConfig.specular_power#
- property _LightingConfig.specular_power: float[source]#
Return or set the specular power value.
This is the default value of
pyvista.Property.specular_power, which documents the valid range.
Examples#
Download Python source code | Download Jupyter notebook
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
50