Skip to content

Commit cba395e

Browse files
committed
[processing][grass] Fix broken r.his algorithm
1 parent 89a3dd5 commit cba395e

File tree

1 file changed

+1
-1
lines changed
  • python/plugins/processing/algs/grass7/description

1 file changed

+1
-1
lines changed

python/plugins/processing/algs/grass7/description/r.his.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Raster (r.*)
44
QgsProcessingParameterRasterLayer|hue|Hue|None|False
55
QgsProcessingParameterRasterLayer|intensity|Intensity|None|False
66
QgsProcessingParameterRasterLayer|saturation|Saturation|None|False
7-
QgsProcessingParameterString|bgcolor|Color to use instead of NULL values. Either a standard color name, R:G:B triplet, or "none"|'none'|False|True
7+
QgsProcessingParameterString|bgcolor|Color to use instead of NULL values. Either a standard color name, R:G:B triplet, or "none"|None|False|True
88
QgsProcessingParameterBoolean|-c|Use colors from color tables for NULL values|False
99
QgsProcessingParameterRasterDestination|red|Red
1010
QgsProcessingParameterRasterDestination|green|Green

0 commit comments

Comments
 (0)