diff options
author | Petr Mrázek <peterix@gmail.com> | 2015-08-20 01:49:03 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2015-08-20 01:49:03 +0200 |
commit | d0e88011dc025a1e68964a9363cece66c677969f (patch) | |
tree | c8f2701fb0c959ba4fc63c0e447ee71722002096 /application/Colors.h | |
parent | 6858f1dd6294a93c1e1ec8007cb0434b53646488 (diff) | |
download | MultiMC-d0e88011dc025a1e68964a9363cece66c677969f.tar MultiMC-d0e88011dc025a1e68964a9363cece66c677969f.tar.gz MultiMC-d0e88011dc025a1e68964a9363cece66c677969f.tar.lz MultiMC-d0e88011dc025a1e68964a9363cece66c677969f.tar.xz MultiMC-d0e88011dc025a1e68964a9363cece66c677969f.zip |
GH-1197 finish color stuff
Diffstat (limited to 'application/Colors.h')
-rw-r--r-- | application/Colors.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/application/Colors.h b/application/Colors.h deleted file mode 100644 index 8825f39f..00000000 --- a/application/Colors.h +++ /dev/null @@ -1,15 +0,0 @@ -#pragma once -#include <QtGui/QColor> -#include <rainbow.h> -namespace Color -{ -/** - * Blend the color with the front color, adapting to the back color - */ -QColor blend(QColor front, QColor back, QColor color, uchar ratio); - -/** - * Blend the color with the back color - */ -QColor blendBackground(QColor back, QColor color, uchar ratio); -} |