Skip to content

ENH: Add color support to 3D view controllers

The layout view property 'viewcolor' was only available for slice views. By sinking the LayoutColor member variable from vtkMRMLSliceNode to vtkMRMLAbstractViewNode, and adding accessor functions to qMRMLThreeDWidget and controller similar to those in the slice widgets, this property can now be set to 3D views as well.

Merge request reports