[GRASS-SVN] r48919 - grass/branches/releasebranch_6_4/scripts/v.colors

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Oct 23 17:07:57 EDT 2011


Author: neteler
Date: 2011-10-23 14:07:57 -0700 (Sun, 23 Oct 2011)
New Revision: 48919

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

Modified: grass/branches/releasebranch_6_4/scripts/v.colors/description.html
===================================================================
--- grass/branches/releasebranch_6_4/scripts/v.colors/description.html	2011-10-23 20:29:04 UTC (rev 48918)
+++ grass/branches/releasebranch_6_4/scripts/v.colors/description.html	2011-10-23 21:07:57 UTC (rev 48919)
@@ -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