20 #ifndef QGSRASTERSHADERFUNCTION_H 21 #define QGSRASTERSHADERFUNCTION_H 38 virtual void setMaximumValue(
double );
41 virtual void setMinimumValue(
double );
44 virtual bool shade(
double,
int*,
int*,
int*,
int* );
47 virtual bool shade(
double,
double,
double,
double,
int*,
int*,
int*,
int* );
double maximumValue() const
double mMinimumValue
User defineable minimum value for the shading function.
virtual void legendSymbologyItems(QList< QPair< QString, QColor > > &symbolItems) const
double mMaximumValue
User defineable maximum value for the shading function.
The raster shade function applies a shader to a pixel at render time - typically used to render grays...
double minimumValue() const
double minimumMaximumRange() const
virtual ~QgsRasterShaderFunction()
double mMinimumMaximumRange
Minimum maximum range for the shading function.