Marble

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

KDE's Doxygen guidelines are available online.