QGIS/python/core/auto_generated/raster/qgslinearminmaxenhancement.sip.in
2018-05-14 10:23:37 -04:00

36 lines
1.4 KiB
Plaintext

/************************************************************************
* This file has been generated automatically from *
* *
* src/core/raster/qgslinearminmaxenhancement.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
class QgsLinearMinMaxEnhancement : QgsContrastEnhancementFunction
{
%Docstring
A color enhancement function that performs a linear enhanceContrast between min and max.
%End
%TypeHeaderCode
#include "qgslinearminmaxenhancement.h"
%End
public:
QgsLinearMinMaxEnhancement( Qgis::DataType, double, double );
virtual int enhance( double );
};
/************************************************************************
* This file has been generated automatically from *
* *
* src/core/raster/qgslinearminmaxenhancement.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/