Python and Color Map Presets

What is, or is there, Python to change presets?

Note that the Trace utility does not record changing color map presets.

Thanks,

Alan

paraview.simple has a function to import a presets file (ImportPresets). GetLookupTableNames() gets a list of preset names. There is no Python API available to trace changes to the presets.

Perfect. That is what my user was looking for. Thanks.