document undocumented method

This commit is contained in:
Alexander Bruy 2016-11-02 16:31:21 +02:00
parent a3c762b218
commit 2be0f013f4

View File

@ -102,6 +102,7 @@ class CORE_EXPORT QgsColorRampShader : public QgsRasterShaderFunction
//! \brief Generates and new RGB value based on original RGB value
bool shade( double, double, double, double, int*, int*, int*, int* ) override;
//! \brief Get symbology items if provided by renderer
void legendSymbologyItems( QList< QPair< QString, QColor > >& symbolItems ) const override;
/** Sets whether the shader should not render values out of range.