1
0
mirror of https://github.com/qgis/QGIS.git synced 2025-03-26 00:08:20 -04:00
QGIS/python/core/raster/qgscliptominmaxenhancement.sip

14 lines
284 B
Plaintext

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