Skip to content

Commit

Permalink
document undocumented method
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Nov 2, 2016
1 parent a3c762b commit 2be0f01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/raster/qgscolorrampshader.h
Expand Up @@ -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.
Expand Down

0 comments on commit 2be0f01

Please sign in to comment.