# Examples from pyvista.LookupTable.to_color_tf
# =============================================

import pyvista as pv
lut = pv.LookupTable()
tf = lut.to_color_tf()
tf

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

