19 #ifndef QGSLINEARMINMAXENHANCEMENTWITHCLIP_H
20 #define QGSLINEARMINMAXENHANCEMENTWITHCLIP_H
22 #include "qgis_core.h"
DataType
Raster data types.
A contrast enhancement function is the base class for all raster contrast enhancements.
virtual bool isValueInDisplayableRange(double value)
A customizable method to indicate if a pixel's value is within the displayable range.
virtual int enhance(double value)
A customizable method that takes in a double value and returns a int between 0 and 255.
QgsContrastEnhancementFunction & operator=(const QgsContrastEnhancementFunction &)=delete
A linear enhanceContrast enhancement that first clips to min max and then enhanceContrastes linearly ...