r.blend.html 836 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. <h2>DESCRIPTION</h2>
  2. <em>r.blend</em> blends color components of 2 raster maps by a
  3. specificed percentage of the first map.
  4. <h2>EXAMPLE</h2>
  5. Blending the aspect map with the elevation map for a shaded map
  6. (North Carolina sample dataset):
  7. <div class="code"><pre>
  8. g.region rast=aspect -p
  9. r.blend first=aspect second=elevation output_prefix=elev_shade_blend
  10. d.mon wx0
  11. d.rgb blue=elev_shade_blend.b green=elev_shade_blend.g red=elev_shade_blend.r
  12. </pre></div>
  13. <h2>SEE ALSO</h2>
  14. <em>
  15. <a href="d.shadedmap.html">d.shadedmap</a>,
  16. <a href="g.region.html">g.region</a>,
  17. <a href="r.mapcalc.html">r.mapcalc</a>,
  18. <a href="r.colors.html">r.colors</a>,
  19. <a href="r.support.html">r.support</a>
  20. </em>
  21. <h2>AUTHOR</h2>
  22. Unknown: probably CERL<br>
  23. Updated to GRASS 5.7 by Michael Barton, Arizona State University
  24. <p>
  25. <i>Last changed: $Date$</i>