[GRASS-SVN] r44445 - grass/branches/develbranch_6/scripts/r.blend

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Nov 27 03:18:38 EST 2010


Author: mmetz
Date: 2010-11-27 00:18:38 -0800 (Sat, 27 Nov 2010)
New Revision: 44445

Modified:
   grass/branches/develbranch_6/scripts/r.blend/r.blend
Log:
use grey255 to stay as close to the original colortable as possible

Modified: grass/branches/develbranch_6/scripts/r.blend/r.blend
===================================================================
--- grass/branches/develbranch_6/scripts/r.blend/r.blend	2010-11-27 08:16:04 UTC (rev 44444)
+++ grass/branches/develbranch_6/scripts/r.blend/r.blend	2010-11-27 08:18:38 UTC (rev 44445)
@@ -84,7 +84,7 @@
 g.message "Setting color tables to grey..."
 # should this be "0 black \n 255 white"?
 for MAP in r g b ; do
-   r.colors map=${GIS_OPT_OUTPUT}.$MAP col=grey
+   r.colors map=${GIS_OPT_OUTPUT}.$MAP col=grey255
    r.support map=${GIS_OPT_OUTPUT}.$MAP title="Color blend of $GIS_OPT_FIRST and $GIS_OPT_SECOND" \
       history=""
    r.support map=${GIS_OPT_OUTPUT}.$MAP history="r.blend \"$MAP\" channel."



More information about the grass-commit mailing list