Marble

MarbleColors.cpp
1 // SPDX-License-Identifier: LGPL-2.1-or-later
2 //
3 // SPDX-FileCopyrightText: 2012 Illya Kovalevskyy <[email protected]>
4 //
5 
6 #include "MarbleColors.h"
7 
8 namespace Marble
9 {
10 namespace Oxygen
11 {
12 
13 QColor const woodBrown6 = QColor::fromRgb( 56, 37, 9 );
14 QColor const woodBrown5 = QColor::fromRgb( 87, 64, 30 );
15 QColor const woodBrown4 = QColor::fromRgb( 117, 81, 26 );
16 QColor const woodBrown3 = QColor::fromRgb( 143, 107, 50 );
17 QColor const woodBrown2 = QColor::fromRgb( 179, 146, 93 );
18 QColor const woodBrown1 = QColor::fromRgb( 222, 188, 133 );
19 QColor const brickRed6 = QColor::fromRgb( 156, 15, 15 );
20 QColor const brickRed5 = QColor::fromRgb( 191, 3, 3 );
21 QColor const brickRed4 = QColor::fromRgb( 226, 8, 0 );
22 QColor const brickRed3 = QColor::fromRgb( 232, 87, 82 );
23 QColor const brickRed2 = QColor::fromRgb( 240, 134, 130 );
24 QColor const brickRed1 = QColor::fromRgb( 249, 204, 202 );
25 QColor const raspberryPink6 = QColor::fromRgb( 156, 15, 86 );
26 QColor const raspberryPink5 = QColor::fromRgb( 191, 3, 97 );
27 QColor const raspberryPink4 = QColor::fromRgb( 226, 0, 113 );
28 QColor const raspberryPink3 = QColor::fromRgb( 232, 82, 144 );
29 QColor const raspberryPink2 = QColor::fromRgb( 240, 130, 176 );
30 QColor const raspberryPink1 = QColor::fromRgb( 249, 202, 222 );
31 QColor const burgundyPurple6 = QColor::fromRgb( 106, 0, 86 );
32 QColor const burgundyPurple5 = QColor::fromRgb( 133, 2, 108 );
33 QColor const burgundyPurple4 = QColor::fromRgb( 160, 39, 134 );
34 QColor const burgundyPurple3 = QColor::fromRgb( 177, 79, 154 );
35 QColor const burgundyPurple2 = QColor::fromRgb( 193, 115, 176 );
36 QColor const burgundyPurple1 = QColor::fromRgb( 232, 183, 215 );
37 QColor const grapeViolet6 = QColor::fromRgb( 29, 10, 85 );
38 QColor const grapeViolet5 = QColor::fromRgb( 52, 23, 110 );
39 QColor const grapeViolet4 = QColor::fromRgb( 70, 40, 134 );
40 QColor const grapeViolet3 = QColor::fromRgb( 100, 74, 155 );
41 QColor const grapeViolet2 = QColor::fromRgb( 142, 121, 165 );
42 QColor const grapeViolet1 = QColor::fromRgb( 195, 180, 218 );
43 QColor const skyBlue6 = QColor::fromRgb( 0, 49, 110 );
44 QColor const skyBlue5 = QColor::fromRgb( 0, 67, 138 );
45 QColor const skyBlue4 = QColor::fromRgb( 0, 87, 174 );
46 QColor const skyBlue3 = QColor::fromRgb( 44, 114, 199 );
47 QColor const skyBlue2 = QColor::fromRgb( 97, 147, 207 );
48 QColor const skyBlue1 = QColor::fromRgb( 164, 192, 228 );
49 QColor const seaBlue6 = QColor::fromRgb( 0, 72, 77 );
50 QColor const seaBlue5 = QColor::fromRgb( 0, 96, 102 );
51 QColor const seaBlue4 = QColor::fromRgb( 0, 120, 128 );
52 QColor const seaBlue3 = QColor::fromRgb( 0, 167, 179 );
53 QColor const seaBlue2 = QColor::fromRgb( 0, 196, 204 );
54 QColor const seaBlue1 = QColor::fromRgb( 168, 221, 224 );
55 QColor const emeraldGreen6 = QColor::fromRgb( 0, 88, 63 );
56 QColor const emeraldGreen5 = QColor::fromRgb( 0, 115, 77 );
57 QColor const emeraldGreen4 = QColor::fromRgb( 0, 153, 102 );
58 QColor const emeraldGreen3 = QColor::fromRgb( 0, 179, 119 );
59 QColor const emeraldGreen2 = QColor::fromRgb( 0, 204, 136 );
60 QColor const emeraldGreen1 = QColor::fromRgb( 153, 220, 198 );
61 QColor const forestGreen6 = QColor::fromRgb( 0, 110, 41 );
62 QColor const forestGreen5 = QColor::fromRgb( 0, 137, 44 );
63 QColor const forestGreen4 = QColor::fromRgb( 55, 164, 44 );
64 QColor const forestGreen3 = QColor::fromRgb( 119, 183, 83 );
65 QColor const forestGreen2 = QColor::fromRgb( 177, 210, 143 );
66 QColor const forestGreen1 = QColor::fromRgb( 216, 232, 194 );
67 QColor const sunYellow6 = QColor::fromRgb( 227, 173, 0 );
68 QColor const sunYellow5 = QColor::fromRgb( 243, 195, 0 );
69 QColor const sunYellow4 = QColor::fromRgb( 255, 221, 0 );
70 QColor const sunYellow3 = QColor::fromRgb( 255, 235, 85 );
71 QColor const sunYellow2 = QColor::fromRgb( 255, 242, 153 );
72 QColor const sunYellow1 = QColor::fromRgb( 255, 246, 200 );
73 QColor const hotOrange6 = QColor::fromRgb( 172, 67, 17 );
74 QColor const hotOrange5 = QColor::fromRgb( 207, 73, 19 );
75 QColor const hotOrange4 = QColor::fromRgb( 235, 115, 49 );
76 QColor const hotOrange3 = QColor::fromRgb( 242, 155, 104 );
77 QColor const hotOrange2 = QColor::fromRgb( 242, 187, 136 );
78 QColor const hotOrange1 = QColor::fromRgb( 255, 217, 176 );
79 QColor const aluminumGray6 = QColor::fromRgb( 46, 52, 54 );
80 QColor const aluminumGray5 = QColor::fromRgb( 85, 87, 83 );
81 QColor const aluminumGray4 = QColor::fromRgb( 136, 138, 133 );
82 QColor const aluminumGray3 = QColor::fromRgb( 186, 189, 182 );
83 QColor const aluminumGray2 = QColor::fromRgb( 211, 215, 207 );
84 QColor const aluminumGray1 = QColor::fromRgb( 238, 238, 236 );
85 
86 }
87 
88 }
Binds a QML item to a specific geodetic location in screen coordinates.
QColor fromRgb(QRgb rgb)
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Sep 25 2023 03:50:19 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.