<div dir="ltr">Seems like you'd have to draw it twice - once with the using the palette and a second time where you do whatever filtering and color re-assignment you want.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Dec 5, 2020 at 11:24 AM Scott <<a href="mailto:public@postholer.com">public@postholer.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
For instance:<br>
<br>
...<br>
<br>
    CLASS<br>
       NAME "useDefaultColor"<br>
       EXPRESSION ([pixel] >= 100 && [pixel] < 200)<br>
       STYLE<br>
          #COLOR "#cc0000"   <-- this works (uncommented of course)<br>
          COLOR [red] [green] [blue]     <-- this does not<br>
       END<br>
    END<br>
...<br>
<br>
Thank you!<br>
<br>
<br>
-- <br>
<a href="http://www.postholer.com" rel="noreferrer" target="_blank">www.postholer.com</a><br>
_______________________________________________<br>
mapserver-users mailing list<br>
<a href="mailto:mapserver-users@lists.osgeo.org" target="_blank">mapserver-users@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/mapserver-users" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/mapserver-users</a><br>
</blockquote></div>