r.blend.html 923 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  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 raster=aspect -p
  9. r.blend first=aspect second=elevation output=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.shade.html">d.shade</a>,
  16. <a href="g.region.html">g.region</a>,
  17. <a href="r.shade.html">r.shade</a>,
  18. <a href="r.colors.html">r.colors</a>,
  19. <a href="r.his.html">r.his</a>,
  20. <a href="r.mapcalc.html">r.mapcalc</a>,
  21. <a href="r.rgb.html">r.rgb</a>,
  22. <a href="r.support.html">r.support</a>
  23. </em>
  24. <h2>AUTHOR</h2>
  25. Unknown: probably CERL<br>
  26. Updated to GRASS 5.7 by Michael Barton, Arizona State University
  27. <p>
  28. <i>Last changed: $Date$</i>