Skip to content

Commit 2be0f01

Browse files
committed
document undocumented method
1 parent a3c762b commit 2be0f01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/raster/qgscolorrampshader.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ class CORE_EXPORT QgsColorRampShader : public QgsRasterShaderFunction
102102
//! \brief Generates and new RGB value based on original RGB value
103103
bool shade( double, double, double, double, int*, int*, int*, int* ) override;
104104

105+
//! \brief Get symbology items if provided by renderer
105106
void legendSymbologyItems( QList< QPair< QString, QColor > >& symbolItems ) const override;
106107

107108
/** Sets whether the shader should not render values out of range.

0 commit comments

Comments
 (0)