mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
10 lines
524 B
Plaintext
10 lines
524 B
Plaintext
r.blend
|
|
r.blend.combine - Blends color components of two raster maps by a given ratio and export into a unique raster.
|
|
Raster (r.*)
|
|
QgsProcessingParameterRasterLayer|first|Name of first raster map for blending|None|False
|
|
QgsProcessingParameterRasterLayer|second|Name of second raster map for blending|None|False
|
|
QgsProcessingParameterNumber|percent|Percentage weight of first map for color blending|QgsProcessingParameterNumber.Double|50.0|True|0.0|100.0
|
|
Hardcoded|-c
|
|
QgsProcessingParameterRasterDestination|output|Blended
|
|
|