1r.blend(1) GRASS GIS User's Manual r.blend(1)
2
3
4
6 r.blend - Blends color components of two raster maps by a given ratio.
7
9 raster, composite
10
12 r.blend
13 r.blend --help
14 r.blend [-c] first=name second=name output=basename [percent=float]
15 [--overwrite] [--help] [--verbose] [--quiet] [--ui]
16
17 Flags:
18 -c
19 Combine resulting R,G,B layers into single output map
20
21 --overwrite
22 Allow output files to overwrite existing files
23
24 --help
25 Print usage summary
26
27 --verbose
28 Verbose module output
29
30 --quiet
31 Quiet module output
32
33 --ui
34 Force launching GUI dialog
35
36 Parameters:
37 first=name [required]
38 Name of first raster map for blending
39
40 second=name [required]
41 Name of second raster map for blending
42
43 output=basename [required]
44 Basename for red, green and blue output raster maps
45
46 percent=float
47 Percentage weight of first map for color blending
48 Options: 0-100
49 Default: 50
50
52 r.blend blends color components of 2 raster maps by a specificed per‐
53 centage of the first map.
54
56 Blending the aspect map with the elevation map for a shaded map (North
57 Carolina sample dataset):
58 g.region raster=aspect -p
59 r.blend first=aspect second=elevation output=elev_shade_blend
60 d.mon wx0
61 d.rgb blue=elev_shade_blend.b green=elev_shade_blend.g red=elev_shade_blend.r
62
64 d.shade, g.region, r.shade, r.colors, r.his, r.mapcalc, r.rgb, r.sup‐
65 port
66
68 Unknown: probably CERL
69 Updated to GRASS 5.7 by Michael Barton, Arizona State University
70
72 Available at: r.blend source code (history)
73
74 Accessed: Saturday Jan 21 21:17:01 2023
75
76 Main index | Raster index | Topics index | Keywords index | Graphical
77 index | Full index
78
79 © 2003-2023 GRASS Development Team, GRASS GIS 8.2.1 Reference Manual
80
81
82
83GRASS 8.2.1 r.blend(1)