QGIS API Documentation  3.26.3-Buenos Aires (65e4edfdad)
Classes
qgscliptominmaxenhancement.h File Reference
#include "qgis_core.h"
#include "qgscontrastenhancementfunction.h"
Include dependency graph for qgscliptominmaxenhancement.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QgsClipToMinMaxEnhancement
 A raster contrast enhancement that will clip a value to the specified min/max range. For example if a min max range of [10,240] is specified in the constructor, and a value of 250 is called using enhance(), the value will be truncated ('clipped') to 240. More...