&nbsp;Hi everybody,<br>
I am trying to use vtkLookupTable to map scalar subranges into colors. For example:<br>
&nbsp;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Scalar&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
|&nbsp;&nbsp; Color<br>
&nbsp;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 700 &lt;= s &lt;= 750&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; blue<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 750 &lt; s &lt;= 850&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; yellow<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 850 &lt; s &lt;= 1000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; green<br>
&nbsp;<br>
and so on. Please note that the deltas of the three subranges are different (50, 100, 150).<br>
&nbsp;<br>
Is it possible to do that with the vtkLookupTable class? I have seen
there is a SetTableRange() method to specify a scalar
ran&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ge, but this range is
applied to the entire colormap. How can I specify scalar subranges?<br>
&nbsp;<br>
&nbsp;Thank you very much<br>
&nbsp;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Luca<br>
<br>