Krita Source Code Documentation
Loading...
Searching...
No Matches
KisColorSmudgeStandardOptionData.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2022 Dmitry Kazakov <dimula73@gmail.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6#ifndef KISCOLORSMUDGESTANDARDOPTIONDATA_H
7#define KISCOLORSMUDGESTANDARDOPTIONDATA_H
8
10
12{
15 KoID("ColorRate", i18nc("Color rate of active Foreground color", "Color Rate")))
16 {}
17};
18
20{
23 KoID("Gradient", i18n("Gradient")))
24 {}
25};
26
27
28
29#endif // KISCOLORSMUDGESTANDARDOPTIONDATA_H
Definition KoID.h:30