Skip to content
  • Robert Maynard's avatar
    Introduce vtkm::cont::ColorTable replacing vtkm::rendering::ColorTable · 944bc3c0
    Robert Maynard authored
    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.
    944bc3c0