LMMS
Loading...
Searching...
No Matches
SlicerTWaveform.cpp File Reference
#include "SlicerTWaveform.h"
#include <QBitmap>
#include <QMouseEvent>
#include <QPainter>
#include <QPainterPath>
#include "DeprecationHelper.h"
#include "SampleThumbnail.h"
#include "SlicerT.h"
#include "SlicerTView.h"
#include "embed.h"

Namespaces

namespace  lmms
namespace  lmms::gui

Variables

static QColor lmms::gui::s_emptyColor = QColor(0, 0, 0, 0)
static QColor lmms::gui::s_waveformColor = QColor(123, 49, 212)
static QColor lmms::gui::s_waveformSeekerBgColor = QColor(0, 0, 0, 255)
static QColor lmms::gui::s_waveformEditorBgColor = QColor(15, 15, 15, 255)
static QColor lmms::gui::s_waveformMaskColor = QColor(151, 65, 255)
static QColor lmms::gui::s_waveformInnerColor = QColor(183, 124, 255)
static QColor lmms::gui::s_playColor = QColor(255, 255, 255, 200)
static QColor lmms::gui::s_playHighlightColor = QColor(255, 255, 255, 70)
static QColor lmms::gui::s_sliceColor = QColor(218, 193, 255)
static QColor lmms::gui::s_sliceShadowColor = QColor(136, 120, 158)
static QColor lmms::gui::s_sliceHighlightColor = QColor(255, 255, 255)
static QColor lmms::gui::s_seekerColor = QColor(178, 115, 255)
static QColor lmms::gui::s_seekerHighlightColor = QColor(178, 115, 255, 100)
static QColor lmms::gui::s_seekerShadowColor = QColor(0, 0, 0, 120)
static QColor lmms::gui::s_editorBounding = QColor(53, 22, 90)
static QColor lmms::gui::s_gradientEnd = QColor(29, 16, 47)