QGIS/python/core/auto_generated/raster/qgslinearminmaxenhancement.sip.in
Denis Rouzaud ba8a445850 run sipify
2021-03-22 21:13:52 +01: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(signature="appended")
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 *
************************************************************************/