Class: QgsClipToMinMaxEnhancement

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.

Class Hierarchy

Inheritance diagram of qgis.core.QgsClipToMinMaxEnhancement

Base classes

QgsContrastEnhancementFunction

A contrast enhancement function is the base class for all raster contrast enhancements.

class qgis.core.QgsClipToMinMaxEnhancement[source]

Bases: QgsContrastEnhancementFunction