mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 19:28:43 +12:00
Qt: implement GetOpaqueImageArea
This commit is contained in:
parent
85b9809b39
commit
77a75305c7
2 changed files with 40 additions and 0 deletions
|
@ -195,6 +195,7 @@ public:
|
|||
*/
|
||||
static QIcon colorizedIcon(const QIcon& icon, const QColor& oldColor, const QColor& newColor, bool useSpecialMasks = false, bool colorizeAll = false);
|
||||
static QPixmap colorizedPixmap(const QPixmap& old_pixmap, const QColor& oldColor, const QColor& newColor, bool useSpecialMasks = false, bool colorizeAll = false);
|
||||
static QImage GetOpaqueImageArea(const QString& path);
|
||||
|
||||
public Q_SLOTS:
|
||||
void Reset(bool removeMeta = false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue