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.
Showing
vtkm/cont/ColorTable.cxx
0 → 100644
This diff is collapsed.
vtkm/cont/ColorTable.h
0 → 100644
This diff is collapsed.
vtkm/cont/ColorTable.hxx
0 → 100644