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 3e56018 commit 8c61561Copy full SHA for 8c61561
python/core/symbology-ng-core.sip
@@ -453,7 +453,7 @@ class QgsSymbolV2RenderContext
453
%End
454
455
public:
456
- QgsSymbolV2RenderContext( QgsRenderContext& c, QgsSymbolV2::OutputUnit u);
+ QgsSymbolV2RenderContext( QgsRenderContext& c, QgsSymbolV2::OutputUnit u , qreal alpha = 1.0 );
457
~QgsSymbolV2RenderContext();
458
459
QgsRenderContext& renderContext();
@@ -462,6 +462,9 @@ class QgsSymbolV2RenderContext
462
QgsSymbolV2::OutputUnit outputUnit() const;
463
void setOutputUnit( QgsSymbolV2::OutputUnit u );
464
465
+ qreal alpha() const;
466
+ void setAlpha( qreal alpha );
467
+
468
double outputLineWidth(double width) const;
469
double outputPixelSize(double size) const;
470
};
0 commit comments