| QGIS API Documentation
    2.6.0-Brighton
    | 
A color enhancement function that performs a linear enhanceContrast between min and max. More...
#include <qgslinearminmaxenhancement.h>

| Public Member Functions | |
| QgsLinearMinMaxEnhancement (QGis::DataType, double, double) | |
| int | enhance (double) | 
| A customizable method that takes in a double and returns a int between 0 and 255. | |
|  Public Member Functions inherited from QgsContrastEnhancementFunction | |
| QgsContrastEnhancementFunction (QGis::DataType, double, double) | |
| QgsContrastEnhancementFunction (const QgsContrastEnhancementFunction &f) | |
| virtual | ~QgsContrastEnhancementFunction () | 
| virtual bool | isValueInDisplayableRange (double) | 
| A customicable method to indicate if the pixels is displayable. | |
| void | setMaximumValue (double) | 
| Mustator for the maximum value. | |
| void | setMinimumValue (double) | 
| Mutator for the minimum value. | |
| Additional Inherited Members | |
|  Protected Attributes inherited from QgsContrastEnhancementFunction | |
| double | mMaximumValue | 
| User defineable maximum value for the band, used for enhanceContrasting. | |
| double | mMinimumValue | 
| User defineable minimum value for the band, used for enhanceContrasting. | |
| double | mMinimumMaximumRange | 
| Minimum maximum range for the band, used for enhanceContrasting. | |
| QGis::DataType | mQgsRasterDataType | 
| Data type of the band. | |
A color enhancement function that performs a linear enhanceContrast between min and max.
| QgsLinearMinMaxEnhancement::QgsLinearMinMaxEnhancement | ( | QGis::DataType | theQgsRasterDataType, | 
| double | theMinimumValue, | ||
| double | theMaximumValue | ||
| ) | 
| 
 | virtual | 
A customizable method that takes in a double and returns a int between 0 and 255.
Reimplemented from QgsContrastEnhancementFunction.
 1.8.1.2
 1.8.1.2