diff options
Diffstat (limited to 'domino/misc.h')
-rw-r--r-- | domino/misc.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/domino/misc.h b/domino/misc.h index 18026b5..08c650c 100644 --- a/domino/misc.h +++ b/domino/misc.h @@ -20,9 +20,9 @@ #ifndef __MISC_H #define __MISC_H -QColor blendColors(const QColor &backgroundColor, const QColor &foregroundColor); -QColor alphaBlendColors(const QColor &backgroundColor, const QColor &foregroundColor, const int alpha); -QImage tintImage(const QImage &img, const QColor &tintColor); -QImage setImageOpacity(const QImage &img, const uint &p); -bool blend( const QImage & upper, const QImage & lower, QImage & output); +TQColor blendColors(const TQColor &backgroundColor, const TQColor &foregroundColor); +TQColor alphaBlendColors(const TQColor &backgroundColor, const TQColor &foregroundColor, const int alpha); +TQImage tintImage(const TQImage &img, const TQColor &tintColor); +TQImage setImageOpacity(const TQImage &img, const uint &p); +bool blend( const TQImage & upper, const TQImage & lower, TQImage & output); #endif // __MISC_H |