19 #ifndef QGSLINEARMINMAXENHANCEMENT_H 20 #define QGSLINEARMINMAXENHANCEMENT_H 22 #include "qgis_core.h"
DataType
Raster data types.
A contrast enhancement function is the base class for all raster contrast enhancements.
A color enhancement function that performs a linear enhanceContrast between min and max...
virtual int enhance(double)
A customizable method that takes in a double and returns a int between 0 and 255. ...