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

# Set the global diffuse lighting value to `0.5`.
import pyvista as pv
pv.global_theme.lighting_params.diffuse = 0.5
pv.global_theme.lighting_params.diffuse

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

