<div dir="ltr"><div>above or below color range values might be really below or above due to precision.</div><div><br></div><div>I guess you could use SetUseBelowRangeColor and SetUseAboveRangeColor if you want to enforce such behavior <br></div></div><br><div class="gmail_quote"><div dir="ltr">On Mon, Oct 15, 2018 at 9:30 AM marcin.krotkiewski <<a href="mailto:marcin.krotkiewski@gmail.com">marcin.krotkiewski@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I've checked Paraview version 5.2 from November 2016. Same behavior.<br>
<br>
To further clarify, the issue here is that the vtkLookupTable seems to <br>
be working with an exclusive interval:<br>
<br>
(min, max)<br>
<br>
instead of what I think it should do, i.e., working with an inclusive <br>
interval:<br>
<br>
[min, max]<br>
<br>
That is, if my point data is in range [min, max], and I use it to <br>
SetValueRange in a vtkLookupTable, then I would expect that the <br>
end-point values are also covered by the normal color map, and are not <br>
considered to be out of range.<br>
<br>
Marcin<br>
<br>
<br>
On 10/15/2018 03:35 PM, Sean McBride wrote:<br>
> On Mon, 15 Oct 2018 09:38:13 +0200, marcin.krotkiewski said:<br>
><br>
>> I think the behavior of UseBelowRangeColor in both VTK 8.1.1, and<br>
>> Parview 5.5 is wrong.<br>
> Do you mean compared to an older version of VTK/Paraview?  There have been some changes to that code in the last year or so.... Might be revealing to try with older version of Paraview to see...<br>
><br>
> Cheers,<br>
><br>
<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=vtkusers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="https://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">https://public.kitware.com/mailman/listinfo/vtkusers</a><br>
</blockquote></div>