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

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

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

