I made a color map like this (-1 is black, 0 is green, 1 is red)<br><br><ColorMap name="Consistency" space="RGB"><br><br><Point x="-1.000" o="1" r="0.0" g="0.0" b="0.0"/><br>
<Point x="0.000" o="1" r="0.0" g="1.0" b="0.0"/><br><Point x="1.000" o="1" r="1.0" g="0.0" b="0.0"/><br><br></ColorMap><br>
<br>When I apply the colormap, it automatically rescales the map to fit the range of the data. Would it make more sense to leave the colormap alone until the user clicks "Rescale to Data Range"? Then also, when I go into "Edit color map" and uncheck "Automatically Rescale to Fit Data Range", it would be nice if it snapped back to the original color map values, without having to then click "Rescale range" and enter the values manually. Here is not a huge problem, but if the color map was automatically generated by my code, I may not know even know the range that it was supposed to be, so I could not enter the values manually.<br>
<br>Thoughts?<br><br clear="all">Thanks,<br><br>David<br>