Skip to content

Add timestamp check for vtkLookupTable BuildSpecialColors

David Gobbi requested to merge dgobbi/vtk:16966_SetTable into master

This will re-build the BelowRange, AboveRange, and Nan color entries in the lookup table if they are out of date. Without this change, if a user calls SetBelowRangeColor() etc. after the table has been set or built, then the table will remain unchanged. I have modified the test so that it will fail without this patch.

Fixes #16966 (closed)

Merge request reports