![]() |
Atlas Game Manager
A game manager for f95 and dlsite written in c++
|
#include "QImageBlur.hpp"#include <QGraphicsBlurEffect>#include <QGraphicsPixmapItem>#include <QGraphicsScene>#include <QPainter>#include <QPixmapCache>#include <QWidget>#include <tracy/Tracy.hpp>#include "core/config/config.hpp"#include "core/images/images.hpp"Functions | |
| QPixmap | blurToSize (const QPixmap &pixmap, const int width, const int height, const int image_feather_radius, const int image_blur_radius, const BLUR_TYPE image_blur_type) |
| QPixmap blurToSize | ( | const QPixmap & | pixmap, |
| const int | width, | ||
| const int | height, | ||
| const int | image_feather_radius, | ||
| const int | image_blur_radius, | ||
| const BLUR_TYPE | image_blur_type ) |