kwave
18.07.70
|
#include "config.h"
#include <math.h>
#include <QBrush>
#include <QColor>
#include <QImage>
#include <QObject>
#include <QPainter>
#include <QPalette>
#include <QPolygon>
#include <QTimer>
#include "libkwave/Utils.h"
#include "LogoWidget.h"
#include "logo.xpm"
Go to the source code of this file.
Macros | |
#define | COLOR_INCREMENT (static_cast<double>(0.001)) |
#define COLOR_INCREMENT (static_cast<double>(0.001)) |
increment value of the "h" channel of the color of the sine waves
Definition at line 36 of file LogoWidget.cpp.
Referenced by Kwave::LogoWidget::paintEvent().