# Examples from pyvista.Color.vtk_c3ub
# ====================================

# Create a blue color with half opacity.
import pyvista as pv
c = pv.Color('blue', default_opacity=0.5)
c
c.vtk_c3ub

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

