19 #ifndef QGSCLIPTOMINMAXENHANCEMENT_H 20 #define QGSCLIPTOMINMAXENHANCEMENT_H 22 #include "qgis_core.h"
DataType
Raster data types.
A contrast enhancement function is the base class for all raster contrast enhancements.
A raster contrast enhancement that will clip a value to the specified min/max range.
virtual int enhance(double)
A customizable method that takes in a double and returns a int between 0 and 255. ...
virtual bool isValueInDisplayableRange(double)
A customicable method to indicate if the pixels is displayable.