#ifndef BLURUTILITY_H #define BLURUTILITY_H #include <QColor> #include <QImage> class BlurUtility { public: static bool CreateInnerShadow(QImage &image, const QColor &color = Qt::black, int radius = 8); }; #endif // BLURUTILITY_H