We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 478ddef commit d76898cCopy full SHA for d76898c
python/core/qgsrasterbandstats.sip
@@ -43,6 +43,6 @@ class QgsRasterBandStats
43
/** whehter histogram compuation should include out of range values */
44
bool histogramOutOfRangeFlag;
45
/** Color table */
46
- QgsColorTable colorTable;
+ //QList<QgsColorRampShader::ColorRampItem> colorTable;
47
};
48
python/core/qgsrasterlayer.sip
@@ -498,7 +498,7 @@ public slots:
498
* \param band number
499
* \return pointer to color table
500
*/
501
- QList<QgsColorRampShader::ColorRampItem>* getColorTable ( int theBandNoInt );
+ //QList<QgsColorRampShader::ColorRampItem>* getColorTable ( int theBandNoInt );
502
protected:
503
504
/** reads vector layer specific state from project file Dom node.
0 commit comments