diff options
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); -} |