#include "Style_Model.h"#include "Style_Salome.h"#include <QtxResourceMgr.h>#include <QApplication>#include <QColor>#include <QFont>#include <QPalette>
Functions | |
| static QColor | mixColors (const QColor &c1, const QColor &c2) |
| Mix two colors to get color with averaged red, green, blue and alpha-channel values. | |
| static QColor mixColors | ( | const QColor & | c1, |
| const QColor & | c2 | ||
| ) | [static] |
| c1 | first color |
| c2 | second color |