Class: QgsLinearMinMaxEnhancementWithClip

class qgis.core.QgsLinearMinMaxEnhancementWithClip

Bases: QgsContrastEnhancementFunction

A linear enhanceContrast enhancement that first clips to min max and then enhanceContrastes linearly between min and max.

Methods

enhance

rtype

int

isValueInDisplayableRange

rtype

bool

enhance(self, float) → int
Return type

int

isValueInDisplayableRange(self, float) → bool
Return type

bool