Page MenuHomePhabricator

ODF Details renders glyphs without color
Closed, ResolvedPublic

Event Timeline

The reason is (probably) a change in the mitk::LookupTable default behaviour : the RAINBOW lut is currently not available.

Setting for instance

mitkLut->SetType(mitk::LookupTable::JET);

in the QmitkODFRenderWidget enforces rendering of the glyphs in the JET lut.

Thomas will today enhance the lookup tables by the LEGACY_COLOR ( the old rainbow one). So we need to wait for the merge in T17547

(remote branch : bug-17547-LookupTableAndColorMaps)

to get the old coloring back.

Did not work with the changes from Thomas. Current solution: use the same LUT as the vtkODFMapper2D, which is an empty vtk lut.

[4c63bf]: Merge branch 'bug-17614-FixColorForODFRendering2'

Merged commits:

2014-04-09 17:33:27 Jan Hering [16e1d1]
Assign same LUT to ODFRenderWidget as in ODF Mapper 2D