Krita Source Code Documentation
Loading...
Searching...
No Matches
KisCurveStandardOptionData.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2022 Agata Cacko <cacko.azh@gmail.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6#ifndef KISCURVESTANDARDOPTIONDATA_H
7#define KISCURVESTANDARDOPTIONDATA_H
8
10
12{
15 KoID("Line width", i18n("Line width")),
16 Checkability::Checkable,
17 std::nullopt,
18 std::make_pair(0.1, 1.0))
19 {}
20};
21
23{
26 KoID("Curves opacity", i18n("Curves opacity")),
27 Checkability::Checkable,
28 std::nullopt,
29 std::make_pair(0.1, 1.0))
30 {}
31};
32
33#endif // KISCURVESTANDARDOPTIONDATA_H
Definition KoID.h:30