11#include "kritaflake_export.h"
37 void paint(
KoShape *shape, QPainter &painter);
43 void setOffset(
const QPointF &offset);
52 void setColor(
const QColor &color);
61 void setBlur(qreal blur);
67 void setVisible(
bool visible);
70 bool isVisible()
const;
qreal blur() const
Returns the shadow blur radius.
QColor color() const
Returns the shadow color including opacity.
QPointF offset() const
Returns the shadow offset.