Krita Source Code Documentation
Loading...
Searching...
No Matches
WGConfigSelectorTypes.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2022 Mathias Wein <lynx.mw+kde@gmail.com>
3 *
4 * SPDX-License-Identifier: GPL-3.0-or-later
5 */
6
7#ifndef WGCONFIGSELECTORTYPES_H
8#define WGCONFIGSELECTORTYPES_H
9
10#include <KisVisualColorModel.h>
12
13#include "WGConfig.h"
14
15namespace WGConfig {
16
17extern const NumericSetting<KisVisualColorModel::ColorModel> rgbColorModel;
18extern const NumericSetting<KisVisualColorSelector::RenderMode> selectorRenderMode;
19
20}
21
22#endif // WGCONFIGSELECTORTYPES_H
const NumericSetting< KisVisualColorSelector::RenderMode > selectorRenderMode
Definition WGConfig.cpp:255
const NumericSetting< KisVisualColorModel::ColorModel > rgbColorModel
Definition WGConfig.cpp:252