[GRASS-SVN] r48920 - grass/branches/develbranch_6/scripts/v.colors

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Oct 23 17:08:05 EDT 2011


Author: neteler
Date: 2011-10-23 14:08:05 -0700 (Sun, 23 Oct 2011)
New Revision: 48920

Modified:
   grass/branches/develbranch_6/scripts/v.colors/description.html
Log:
show some GRASSRGB sample values

Modified: grass/branches/develbranch_6/scripts/v.colors/description.html
===================================================================
--- grass/branches/develbranch_6/scripts/v.colors/description.html	2011-10-23 21:07:57 UTC (rev 48919)
+++ grass/branches/develbranch_6/scripts/v.colors/description.html	2011-10-23 21:08:05 UTC (rev 48920)
@@ -33,6 +33,14 @@
 v.what.rast vector=rand5k_elev raster=elevation.10m column=elevation
 v.colors map=rand5k_elev column=elevation color=bcyr
 
+# See some GRASSRGB values:
+v.db.select rand5k_elev | head -n 4
+cat|elevation|GRASSRGB
+1|1609.643677|255:210:0
+2|1347.657959|34:255:221
+3|1142.30835|0:81:255
+4|1212.105469|0:152:255
+
 # display colorized points map
 d.mon x0
 d.vect -a rand5k_elev



More information about the grass-commit mailing list