[GRASS-SVN] r40786 - grass/branches/develbranch_6/raster/r.colors
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Feb 3 01:09:27 EST 2010
Author: hamish
Date: 2010-02-03 01:09:27 -0500 (Wed, 03 Feb 2010)
New Revision: 40786
Modified:
grass/branches/develbranch_6/raster/r.colors/description.html
Log:
document default color (merge from trunk)
Modified: grass/branches/develbranch_6/raster/r.colors/description.html
===================================================================
--- grass/branches/develbranch_6/raster/r.colors/description.html 2010-02-03 06:04:20 UTC (rev 40785)
+++ grass/branches/develbranch_6/raster/r.colors/description.html 2010-02-03 06:09:27 UTC (rev 40786)
@@ -217,7 +217,18 @@
end
</pre></div>
+<p>
+To set the color to used for undefined values (beyond the range of
+the color rules) use the "default" parameter:
+<div class="code"><pre>
+0 red
+1 blue
+default grey
+end
+</pre></div>
+
+
<h2>EXAMPLES</h2>
The below example shows how you can specify colors for a three category map,
More information about the grass-commit
mailing list