<p dir="ltr">Daniel,</p>
<p dir="ltr">You can make changes in two places. In the data or the display engine. In the data, you can modify the colour table. This will be permanent. In the display, you just load a different color table based on the table of pixel values. If you don't like either, you can build a gdal vrt file and modify its colour table.</p>

<p dir="ltr"><a href="http://www.gdal.org/gdalbuildvrt.html">http://www.gdal.org/gdalbuildvrt.html</a><br>
<a href="http://www.gdal.org/gdal_vrttut.html">http://www.gdal.org/gdal_vrttut.html</a></p>
<p dir="ltr">--<br>
Best regards,<br>
Chaitanya Kumar CH</p>
<div class="gmail_quote">On 25-Feb-2014 9:26 am, "windchaser" <<a href="mailto:dkaminski@gmail.com">dkaminski@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
I am working with GDAL in a C# project. I need help figuring out how to<br>
increase the colors displayed on a raster grid. Opening the file using<br>
Gdal.Open("myfile", OSGeo.GDAL.Access.GA_ReadOnly); seems to offer some<br>
colors but I would like to increase the number of colors for the raster map,<br>
specially for floating point raster.<br>
<br>
Here is an example of what i am trying to achieve using GDAL.<br>
<br>
<a href="http://screencast.com/t/LPjJ7pTk" target="_blank">http://screencast.com/t/LPjJ7pTk</a> <<a href="http://screencast.com/t/LPjJ7pTk" target="_blank">http://screencast.com/t/LPjJ7pTk</a>><br>
<br>
Thanks for your help!<br>
<br>
Daniel<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://osgeo-org.1560.x6.nabble.com/Help-with-color-map-for-raster-grid-tp5105698.html" target="_blank">http://osgeo-org.1560.x6.nabble.com/Help-with-color-map-for-raster-grid-tp5105698.html</a><br>

Sent from the GDAL - Dev mailing list archive at Nabble.com.<br>
_______________________________________________<br>
gdal-dev mailing list<br>
<a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/gdal-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br>
</blockquote></div>