Hello,<br><br>&gt;I don&#39;t think there&#39;s a class that does it directly, but you can define a<br>&gt;transfer function for colour, and one for opacity, then use that to<br>&gt;construct the lookup table.&nbsp;&nbsp;eg:<br><br>
Thanks for your reply. The problem with a lookup table is that the index values are evenly spaced over the scalar range. In my case the smallest distance between two scalar values that must have different colors is 1. That would mean I have to add a table value for each of the 2^32 possible scalar values, and it doesn&#39;t seem possible to create a table that large.
<br><br>Regards,<br>Peter<br><br>