Class: QgsClipToMinMaxEnhancement

class qgis.core.QgsClipToMinMaxEnhancement

Bases: QgsContrastEnhancementFunction

A raster contrast enhancement that will clip a value to the specified min/max range. For example if a min max range of [10,240] is specified in the constructor, and a value of 250 is called using enhance(), the value will be truncated (‘clipped’) to 240.

Methods

enhance

param a0:

isValueInDisplayableRange

param a0:

enhance(self, a0: float) int
Parameters:

a0 (float)

Return type:

int

isValueInDisplayableRange(self, a0: float) bool
Parameters:

a0 (float)

Return type:

bool