Skip to content

Introduce vtkm::cont::ColorTable replacing vtkm::rendering::ColorTable

The new and improved vtkm::cont::ColorTable provides a more feature complete color table implementation that is modeled after vtkDiscretizableColorTransferFunction. This class therefore supports different color spaces ( rgb, lab, hsv, diverging ) and supports execution across all device adapters.

Merge request reports