<html><body><div style="font-family: arial, helvetica, sans-serif; font-size: 12pt; color: #000000"><div>Hi again,<br></div><div data-marker="__QUOTED_TEXT__"><div style="font-family: arial, helvetica, sans-serif; font-size: 12pt; color: #000000;" data-mce-style="font-family: arial, helvetica, sans-serif; font-size: 12pt; color: #000000;"><div><div style="font-family: arial, helvetica, sans-serif; font-size: 12pt; color: #000000;" data-mce-style="font-family: arial, helvetica, sans-serif; font-size: 12pt; color: #000000;"><div style="font-family: arial, helvetica, sans-serif; font-size: 12pt; color: #000000;" data-mce-style="font-family: arial, helvetica, sans-serif; font-size: 12pt; color: #000000;"><div>Yesterday I learn that you have defined LUT in VTK ( thanks for this tutorial : http://www.vtk.org/Wiki/VTK/Examples/Cxx/Utilities/LUTUtilities)<br>In my simple test app, I give the choice of the lut in a Combobox.</div><div>I would like to apply these lut next to my mapper, so I proceed like this:</div><br><div>///Previous operations made</div><div>m_lut->SetNumberOfTableValues(width*height);<br> m_mapper->SetScalarRange(minZ, maxZ);<br> m_lut->Build();</div><br><div>//When i set a new LUT</div><div>m_colorSeries->SetColorScheme(choiceLutIndex);<br> m_colorSeries->BuildLookupTable(m_lut); <br> m_lut->IndexedLookupOff();<br> m_mapper->SetLookupTable(m_lut); <br> m_scalarBar->SetLookupTable(m_lut);</div><br><div>When I do this operation I will get a new LUT, but compare to my previous LUT with 1280 colors I get a LUT of 6 colors.<br><br>I don't know if exist a way to interpolate a value and not taking the nearest index? </div><br><div>Best regards</div><div>Romain</div></div></div></div></div><br></div></div></body></html>