19#ifndef QGSCLIPTOMINMAXENHANCEMENT_H
20#define QGSCLIPTOMINMAXENHANCEMENT_H
DataType
Raster data types.
QgsClipToMinMaxEnhancement(Qgis::DataType, double, double)
QgsContrastEnhancementFunction(Qgis::DataType, double, double)
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.