digiKam
dcolorchoosermode.h
Go to the documentation of this file.
1 /* ============================================================
2  *
3  * This file is a part of digiKam project
4  * https://www.digikam.org
5  *
6  * Date : 2007-02-20
7  * Description : color chooser widgets
8  *
9  * Copyright (C) 2007 by Timo A. Hummel <timo at timohummel dot com>
10  * Copyright (C) 2015-2022 by Gilles Caulier <caulier dot gilles at gmail dot com>
11  *
12  * This program is free software; you can redistribute it
13  * and/or modify it under the terms of the GNU General
14  * Public License as published by the Free Software Foundation;
15  * either version 2, or (at your option)
16  * any later version.
17  *
18  * This program is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21  * GNU General Public License for more details.
22  *
23  * ============================================================ */
24 
25 #ifndef DIGIKAM_DCOLOR_CHOOSER_MODE_H
26 #define DIGIKAM_DCOLOR_CHOOSER_MODE_H
27 
28 namespace Digikam
29 {
30 
32 {
33  ChooserClassic = 0x0000,
34  ChooserHue = 0x0001,
36  ChooserValue = 0x0003,
37  ChooserRed = 0x0004,
38  ChooserGreen = 0x0005,
39  ChooserBlue = 0x0006
40 };
41 
42 } // namespace Digikam
43 
44 #endif // DIGIKAM_DCOLOR_CHOOSER_MODE_H
Definition: datefolderview.cpp:43
DColorChooserMode
Definition: dcolorchoosermode.h:32
@ ChooserGreen
Definition: dcolorchoosermode.h:38
@ ChooserClassic
Definition: dcolorchoosermode.h:33
@ ChooserBlue
Definition: dcolorchoosermode.h:39
@ ChooserRed
Definition: dcolorchoosermode.h:37
@ ChooserHue
Definition: dcolorchoosermode.h:34
@ ChooserSaturation
Definition: dcolorchoosermode.h:35
@ ChooserValue
Definition: dcolorchoosermode.h:36