18#ifndef QGSLAYOUTEFFECT_H
19#define QGSLAYOUTEFFECT_H
24#include <QGraphicsEffect>
64 void draw( QPainter *painter )
override;
68 QPainter::CompositionMode mCompositionMode = QPainter::CompositionMode_SourceOver;
Q_DECL_DEPRECATED QPainter::CompositionMode compositionMode() const
Returns the composition (blending) mode used for rendering the item.
QgsLayoutEffect()=default
Q_DECL_DEPRECATED void setCompositionMode(QPainter::CompositionMode mode)
Sets the composition (blending) mode used for rendering the item.