1
0
mirror of https://github.com/qgis/QGIS.git synced 2025-03-22 00:06:57 -04:00
QGIS/python/core/raster/qgslinearminmaxenhancement.sip

13 lines
238 B
Plaintext

class QgsLinearMinMaxEnhancement : QgsContrastEnhancementFunction
{
%TypeHeaderCode
#include <qgslinearminmaxenhancement.h>
%End
public:
QgsLinearMinMaxEnhancement( Qgis::DataType, double, double );
int enhance( double );
};