[GRASS-SVN] r44446 - grass/branches/releasebranch_6_4/scripts/r.blend

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Nov 27 03:20:41 EST 2010


Author: mmetz
Date: 2010-11-27 00:20:41 -0800 (Sat, 27 Nov 2010)
New Revision: 44446

Modified:
   grass/branches/releasebranch_6_4/scripts/r.blend/r.blend
Log:
use grey255 to stay as close to the original colortable as possible (backport from devbr r44445)

Modified: grass/branches/releasebranch_6_4/scripts/r.blend/r.blend
===================================================================
--- grass/branches/releasebranch_6_4/scripts/r.blend/r.blend	2010-11-27 08:18:38 UTC (rev 44445)
+++ grass/branches/releasebranch_6_4/scripts/r.blend/r.blend	2010-11-27 08:20:41 UTC (rev 44446)
@@ -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