Skip to main content
Ctrl+K
Logo image Logo image

Site Navigation

  • Getting Started
  • User Guide
  • Examples
  • API Reference
  • Extras

Site Navigation

  • Getting Started
  • User Guide
  • Examples
  • API Reference
  • Extras

Section Navigation

API Reference

  • Core API
  • Plotting
  • Utilities
    • Geometric Objects
    • Parametric Objects
    • General Utilities
      • pyvista.utilities.VtkErrorCatcher
      • axis_rotation
      • is_inside_bounds
      • set_error_output_file
      • array_from_vtkmatrix
      • cubemap
      • cubemap_from_filenames
      • image_to_texture
      • is_pyvista_dataset
      • numpy_to_texture
      • pyvista.pyvista_ndarray
      • vtkmatrix_from_array
      • wrap
      • read
      • read_exodus
      • read_legacy
      • read_texture
      • save_meshio
      • CellType
      • fit_plane_to_points
      • lines_from_points
      • vector_poly_data
      • vtk_points
      • cell_array
      • convert_array
      • field_array
      • get_array
      • point_array
      • compare_images
      • pyvista.Color
      • ColorLike
      • start_xvfb
      • pyvista.Report
  • Readers
  • Examples

ColorLike#

ColorLike#

Any object convertible to a Color.

alias of Union[Tuple[int, int, int], Tuple[int, int, int, int], Tuple[float, float, float], Tuple[float, float, float, float], Sequence[int], Sequence[float], ndarray, Dict[str, Union[int, float, str]], str, Color, vtkColor3ub]

On this page
  • ColorLike
Edit this page

© Copyright 2017-2023, The PyVista Developers.

Built with the PyData Sphinx Theme 0.12.0.