We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 956e18d commit 2298caeCopy full SHA for 2298cae
python/core/qgsmaplayer.sip
@@ -306,6 +306,13 @@ class QgsMapLayer : QObject
306
* @note This method was added in QGIS 1.4 **/
307
void setCacheImage( QImage * thepImage /Transfer/ );
308
309
+ /* Returns the current blending mode for a layer
310
+ @note added in version 1.9*/
311
+ const QPainter::CompositionMode blendMode() const;
312
+ /* Sets the blending mode for a layer
313
314
+ void setBlendMode( const QPainter::CompositionMode blendMode );
315
+
316
public slots:
317
318
/** Event handler for when a coordinate transform fails due to bad vertex error */
0 commit comments