<div dir="ltr">I am thinking of adding an algorithm that automates the creation of a density heat map of a point vector layer by the following steps.<div>1. Call the "Create grid" algorithm. </div><div>2. Call the "Count points in polygon" algorithm.</div><div>3. Style it with "Graduated" style and choose a gradient from a selection of heatmaps. This would need to be able to automatically scale to the min and max values and allow the user to select the mode.</div><div><br></div><div>All except for the last can be easily modeled in QGIS; however, there is no color ramp QgsProcessingParameter for a heatmap.Is there a way to use QgsProcessingParameterEnum to display a gradient image. Is there a QGIS API call that would retrieve a set of gradients that could be added to the QgsProcessingParameterEnum?</div><div><br></div><div>Any ideas would be appreciated. This can be manually done in 3 steps by separately running each of the algorithms and then styling the resulting vector layer, but it would be nice if it could be done with one algorithm.</div><div><br></div><div>Thanks!!!</div><div><br></div><div>Calvin</div></div>