Browse Source

Color tables are already described in the auto-generated manual header (backport from develbranch_6.

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@36586 15284696-431f-4ddb-bdfa-cd5b030d7da7
Maciej Sieczka 16 years ago
parent
commit
b954b8f103
1 changed files with 0 additions and 37 deletions
  1. 0 37
      raster/r.colors/r.colors.html

+ 0 - 37
raster/r.colors/r.colors.html

@@ -3,43 +3,6 @@
 <i>r.colors</i> allows the user to create and/or modify the color table for a
 raster map layer. The map layer (specified on the command line by
 <b>map=</b><i>name</i>) must exist in the user's current mapset search path.
-The color table specified by <b>color=</b><i>type</i> must be one of the
-following:
-
-<pre>
-     color type  description
-     -----------+----------------------------------------------------------
-     aspect      aspect oriented grey colors
-     aspectcolr  aspect oriented rainbow colors
-     bcyr        blue through cyan through yellow to red
-     bgyr        blue through green through yellow to red
-     byg         blue through yellow to green
-     byr         blue through yellow to red
-     celsius     blue to red for degree Celsius temperature
-     curvature   for terrain curvatures (from v.surf.rst and r.slope.aspect)
-     differences differences oriented colors
-     elevation   maps relative ranges of raster values to elevation color ramp
-     etopo2      colors for ETOPO2 worldwide bathymetry/topography
-     evi         enhanced vegetative index colors
-     grey        grey scale
-     grey1.0     grey scale for raster values between 0.0-1.0
-     grey255     grey scale for raster values bewtween 0-255
-     gyr         green through yellow to red
-     ndvi        Normalized Difference Vegetation Index colors
-     population  color table covering human population classification breaks
-     rainbow     rainbow color table
-     ramp        color ramp
-     ryb         red through yellow to blue
-     ryg         red through yellow to green
-     sepia       yellowish-brown through to white
-     slope       r.slope.aspect-type slope colors for raster values 0-90
-     srtm        color palette for Shuttle Radar Topography Mission elevation
-     terrain     global elevation color table covering -11000 to +8850m
-     wave        color wave
-     random      random color table
-     grey.eq     histogram-equalized grey scale
-     grey.log    histogram logarithmic transformed grey scale
-</pre>
 
 <p>
 The <b>rast</b> option allows user to specify a raster map <i>name</i> from which