Krita Source Code Documentation
Loading...
Searching...
No Matches
KisAnimTimelineColors.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2015 Dmitry Kazakov <dimula73@gmail.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6
7#ifndef __TIMELINE_COLOR_SCHEME_H
8#define __TIMELINE_COLOR_SCHEME_H
9
10#include <QString>
11
12class QColor;
13class QBrush;
14class QFont;
15class QSize;
16
18{
19public:
22
24
25 QColor selectorColor() const;
26 QColor selectionColor() const;
27 QColor activeLayerBackground() const;
28
29
30 QBrush headerEmpty() const;
31 QBrush headerCachedFrame() const;
32 QBrush headerActive() const;
33
34 QColor onionSkinsSliderEnabledColor() const;
35 QColor onionSkinsSliderDisabledColor() const;
36 QColor onionSkinsButtonColor() const;
37
38 QFont getOnionSkinsFont(const QString &maxString, const QSize &availableSize) const;
39};
40
41#endif /* __TIMELINE_COLOR_SCHEME_H */
QColor onionSkinsSliderEnabledColor() const
QFont getOnionSkinsFont(const QString &maxString, const QSize &availableSize) const
QColor onionSkinsSliderDisabledColor() const
static KisAnimTimelineColors * instance()