Atlas Game Manager
A game manager for f95 and dlsite written in c++
Loading...
Searching...
No Matches
QImageBlur.hpp
Go to the documentation of this file.
1
//
2
// Created by kj16609 on 4/14/23.
3
//
4
5
#pragma once
6
#ifndef ATLASGAMEMANAGER_QIMAGEBLUR_HPP
7
#define ATLASGAMEMANAGER_QIMAGEBLUR_HPP
8
9
#include <QImage>
10
#include <QPixmap>
11
12
#include "
core/config/config.hpp
"
13
14
QPixmap
blurToSize
(
15
const
QPixmap& pixmap,
16
const
int
width,
17
const
int
height,
18
const
int
feather_radius,
19
const
int
blur_radius,
20
const
BLUR_TYPE
blur_type );
21
22
#endif
//ATLASGAMEMANAGER_QIMAGEBLUR_HPP
blurToSize
QPixmap blurToSize(const QPixmap &pixmap, const int width, const int height, const int feather_radius, const int blur_radius, const BLUR_TYPE blur_type)
Definition
QImageBlur.cpp:19
config.hpp
BLUR_TYPE
BLUR_TYPE
Definition
config.hpp:228
atlas
core
utils
QImageBlur.hpp
Generated by
1.13.2