mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
10 lines
548 B
Plaintext
10 lines
548 B
Plaintext
i.his.rgb
|
|
Transforms raster maps from HIS (Hue-Intensity-Saturation) color space to RGB (Red-Green-Blue) color space.
|
|
Imagery (i.*)
|
|
QgsProcessingParameterRasterLayer|hue|Name of input raster map (hue)|None|False
|
|
QgsProcessingParameterRasterLayer|intensity|Name of input raster map (intensity)|None|False
|
|
QgsProcessingParameterRasterLayer|saturation|Name of input raster map (saturation)|None|False
|
|
QgsProcessingParameterRasterDestination|red|Red
|
|
QgsProcessingParameterRasterDestination|green|Green
|
|
QgsProcessingParameterRasterDestination|blue|Blue
|