• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdeedu API Reference
  • KDE Home
  • Contact Us
 

marble

  • sources
  • kde-4.14
  • kdeedu
  • marble
  • src
  • lib
  • marble
MarbleColors.h
Go to the documentation of this file.
1 //
2 // This file is part of the Marble Virtual Globe.
3 //
4 // This program is free software licensed under the GNU LGPL. You can
5 // find a copy of this license in LICENSE.txt in the top directory of
6 // the source code.
7 //
8 // Copyright 2012 Illya Kovalevskyy <illya.kovalevskyy@gmail.com>
9 //
10 
11 // Oxygen color definitions from
12 // http://lists.kde.org/?l=kde-artists&m=116559781726568&q=p3
13 
14 #ifndef MARBLECOLORS_H
15 #define MARBLECOLORS_H
16 
17 #include <QColor>
18 
19 namespace Marble
20 {
21 namespace Oxygen
22 {
23 
24 QColor const woodBrown6 = QColor::fromRgb( 56, 37, 9 );
25 QColor const woodBrown5 = QColor::fromRgb( 87, 64, 30 );
26 QColor const woodBrown4 = QColor::fromRgb( 117, 81, 26 );
27 QColor const woodBrown3 = QColor::fromRgb( 143, 107, 50 );
28 QColor const woodBrown2 = QColor::fromRgb( 179, 146, 93 );
29 QColor const woodBrown1 = QColor::fromRgb( 222, 188, 133 );
30 QColor const brickRed6 = QColor::fromRgb( 156, 15, 15 );
31 QColor const brickRed5 = QColor::fromRgb( 191, 3, 3 );
32 QColor const brickRed4 = QColor::fromRgb( 226, 8, 0 );
33 QColor const brickRed3 = QColor::fromRgb( 232, 87, 82 );
34 QColor const brickRed2 = QColor::fromRgb( 240, 134, 130 );
35 QColor const brickRed1 = QColor::fromRgb( 249, 204, 202 );
36 QColor const raspberryPink6 = QColor::fromRgb( 156, 15, 86 );
37 QColor const raspberryPink5 = QColor::fromRgb( 191, 3, 97 );
38 QColor const raspberryPink4 = QColor::fromRgb( 226, 0, 113 );
39 QColor const raspberryPink3 = QColor::fromRgb( 232, 82, 144 );
40 QColor const raspberryPink2 = QColor::fromRgb( 240, 130, 176 );
41 QColor const raspberryPink1 = QColor::fromRgb( 249, 202, 222 );
42 QColor const burgundyPurple6 = QColor::fromRgb( 106, 0, 86 );
43 QColor const burgundyPurple5 = QColor::fromRgb( 133, 2, 108 );
44 QColor const burgundyPurple4 = QColor::fromRgb( 160, 39, 134 );
45 QColor const burgundyPurple3 = QColor::fromRgb( 177, 79, 154 );
46 QColor const burgundyPurple2 = QColor::fromRgb( 193, 115, 176 );
47 QColor const burgundyPurple1 = QColor::fromRgb( 232, 183, 215 );
48 QColor const grapeViolet6 = QColor::fromRgb( 29, 10, 85 );
49 QColor const grapeViolet5 = QColor::fromRgb( 52, 23, 110 );
50 QColor const grapeViolet4 = QColor::fromRgb( 70, 40, 134 );
51 QColor const grapeViolet3 = QColor::fromRgb( 100, 74, 155 );
52 QColor const grapeViolet2 = QColor::fromRgb( 142, 121, 165 );
53 QColor const grapeViolet1 = QColor::fromRgb( 195, 180, 218 );
54 QColor const skyBlue6 = QColor::fromRgb( 0, 49, 110 );
55 QColor const skyBlue5 = QColor::fromRgb( 0, 67, 138 );
56 QColor const skyBlue4 = QColor::fromRgb( 0, 87, 174 );
57 QColor const skyBlue3 = QColor::fromRgb( 44, 114, 199 );
58 QColor const skyBlue2 = QColor::fromRgb( 97, 147, 207 );
59 QColor const skyBlue1 = QColor::fromRgb( 164, 192, 228 );
60 QColor const seaBlue6 = QColor::fromRgb( 0, 72, 77 );
61 QColor const seaBlue5 = QColor::fromRgb( 0, 96, 102 );
62 QColor const seaBlue4 = QColor::fromRgb( 0, 120, 128 );
63 QColor const seaBlue3 = QColor::fromRgb( 0, 167, 179 );
64 QColor const seaBlue2 = QColor::fromRgb( 0, 196, 204 );
65 QColor const seaBlue1 = QColor::fromRgb( 168, 221, 224 );
66 QColor const emeraldGreen6 = QColor::fromRgb( 0, 88, 63 );
67 QColor const emeraldGreen5 = QColor::fromRgb( 0, 115, 77 );
68 QColor const emeraldGreen4 = QColor::fromRgb( 0, 153, 102 );
69 QColor const emeraldGreen3 = QColor::fromRgb( 0, 179, 119 );
70 QColor const emeraldGreen2 = QColor::fromRgb( 0, 204, 136 );
71 QColor const emeraldGreen1 = QColor::fromRgb( 153, 220, 198 );
72 QColor const forestGreen6 = QColor::fromRgb( 0, 110, 41 );
73 QColor const forestGreen5 = QColor::fromRgb( 0, 137, 44 );
74 QColor const forestGreen4 = QColor::fromRgb( 55, 164, 44 );
75 QColor const forestGreen3 = QColor::fromRgb( 119, 183, 83 );
76 QColor const forestGreen2 = QColor::fromRgb( 177, 210, 143 );
77 QColor const forestGreen1 = QColor::fromRgb( 216, 232, 194 );
78 QColor const sunYellow6 = QColor::fromRgb( 227, 173, 0 );
79 QColor const sunYellow5 = QColor::fromRgb( 243, 195, 0 );
80 QColor const sunYellow4 = QColor::fromRgb( 255, 221, 0 );
81 QColor const sunYellow3 = QColor::fromRgb( 255, 235, 85 );
82 QColor const sunYellow2 = QColor::fromRgb( 255, 242, 153 );
83 QColor const sunYellow1 = QColor::fromRgb( 255, 246, 200 );
84 QColor const hotOrange6 = QColor::fromRgb( 172, 67, 17 );
85 QColor const hotOrange5 = QColor::fromRgb( 207, 73, 19 );
86 QColor const hotOrange4 = QColor::fromRgb( 235, 115, 49 );
87 QColor const hotOrange3 = QColor::fromRgb( 242, 155, 104 );
88 QColor const hotOrange2 = QColor::fromRgb( 242, 187, 136 );
89 QColor const hotOrange1 = QColor::fromRgb( 255, 217, 176 );
90 QColor const aluminumGray6 = QColor::fromRgb( 46, 52, 54 );
91 QColor const aluminumGray5 = QColor::fromRgb( 85, 87, 83 );
92 QColor const aluminumGray4 = QColor::fromRgb( 136, 138, 133 );
93 QColor const aluminumGray3 = QColor::fromRgb( 186, 189, 182 );
94 QColor const aluminumGray2 = QColor::fromRgb( 211, 215, 207 );
95 QColor const aluminumGray1 = QColor::fromRgb( 238, 238, 236 );
96 
97 }
98 
99 }
100 
101 #endif
Marble::Oxygen::raspberryPink6
QColor const raspberryPink6
Definition: MarbleColors.h:36
Marble::Oxygen::grapeViolet6
QColor const grapeViolet6
Definition: MarbleColors.h:48
Marble::Oxygen::burgundyPurple1
QColor const burgundyPurple1
Definition: MarbleColors.h:47
Marble::Oxygen::raspberryPink4
QColor const raspberryPink4
Definition: MarbleColors.h:38
Marble::Oxygen::forestGreen5
QColor const forestGreen5
Definition: MarbleColors.h:73
Marble::Oxygen::emeraldGreen6
QColor const emeraldGreen6
Definition: MarbleColors.h:66
Marble::Oxygen::woodBrown6
QColor const woodBrown6
Definition: MarbleColors.h:24
Marble::Oxygen::seaBlue5
QColor const seaBlue5
Definition: MarbleColors.h:61
Marble::Oxygen::seaBlue1
QColor const seaBlue1
Definition: MarbleColors.h:65
Marble::Oxygen::woodBrown5
QColor const woodBrown5
Definition: MarbleColors.h:25
Marble::Oxygen::brickRed1
QColor const brickRed1
Definition: MarbleColors.h:35
Marble::Oxygen::sunYellow2
QColor const sunYellow2
Definition: MarbleColors.h:82
Marble::Oxygen::burgundyPurple6
QColor const burgundyPurple6
Definition: MarbleColors.h:42
Marble::Oxygen::grapeViolet3
QColor const grapeViolet3
Definition: MarbleColors.h:51
Marble::Oxygen::skyBlue2
QColor const skyBlue2
Definition: MarbleColors.h:58
Marble::Oxygen::burgundyPurple5
QColor const burgundyPurple5
Definition: MarbleColors.h:43
Marble::Oxygen::sunYellow4
QColor const sunYellow4
Definition: MarbleColors.h:80
Marble::Oxygen::sunYellow1
QColor const sunYellow1
Definition: MarbleColors.h:83
Marble::Oxygen::hotOrange1
QColor const hotOrange1
Definition: MarbleColors.h:89
Marble::Oxygen::hotOrange2
QColor const hotOrange2
Definition: MarbleColors.h:88
Marble::Oxygen::emeraldGreen1
QColor const emeraldGreen1
Definition: MarbleColors.h:71
Marble::Oxygen::raspberryPink3
QColor const raspberryPink3
Definition: MarbleColors.h:39
Marble::Oxygen::grapeViolet2
QColor const grapeViolet2
Definition: MarbleColors.h:52
Marble::Oxygen::woodBrown2
QColor const woodBrown2
Definition: MarbleColors.h:28
Marble::Oxygen::hotOrange4
QColor const hotOrange4
Definition: MarbleColors.h:86
Marble::Oxygen::brickRed3
QColor const brickRed3
Definition: MarbleColors.h:33
Marble::Oxygen::burgundyPurple3
QColor const burgundyPurple3
Definition: MarbleColors.h:45
Marble::Oxygen::emeraldGreen5
QColor const emeraldGreen5
Definition: MarbleColors.h:67
Marble::Oxygen::aluminumGray3
QColor const aluminumGray3
Definition: MarbleColors.h:93
Marble::Oxygen::aluminumGray2
QColor const aluminumGray2
Definition: MarbleColors.h:94
Marble::Oxygen::grapeViolet1
QColor const grapeViolet1
Definition: MarbleColors.h:53
QColor::fromRgb
QColor fromRgb(QRgb rgb)
Marble::Oxygen::skyBlue5
QColor const skyBlue5
Definition: MarbleColors.h:55
Marble::Oxygen::aluminumGray4
QColor const aluminumGray4
Definition: MarbleColors.h:92
Marble::Oxygen::skyBlue1
QColor const skyBlue1
Definition: MarbleColors.h:59
Marble::Oxygen::aluminumGray6
QColor const aluminumGray6
Definition: MarbleColors.h:90
Marble::Oxygen::brickRed5
QColor const brickRed5
Definition: MarbleColors.h:31
Marble::Oxygen::seaBlue6
QColor const seaBlue6
Definition: MarbleColors.h:60
Marble::Oxygen::brickRed6
QColor const brickRed6
Definition: MarbleColors.h:30
Marble::Oxygen::raspberryPink5
QColor const raspberryPink5
Definition: MarbleColors.h:37
Marble::Oxygen::sunYellow6
QColor const sunYellow6
Definition: MarbleColors.h:78
Marble::Oxygen::skyBlue3
QColor const skyBlue3
Definition: MarbleColors.h:57
Marble::Oxygen::seaBlue4
QColor const seaBlue4
Definition: MarbleColors.h:62
Marble::Oxygen::seaBlue2
QColor const seaBlue2
Definition: MarbleColors.h:64
Marble::Oxygen::forestGreen3
QColor const forestGreen3
Definition: MarbleColors.h:75
Marble::Oxygen::skyBlue4
QColor const skyBlue4
Definition: MarbleColors.h:56
Marble::Oxygen::forestGreen1
QColor const forestGreen1
Definition: MarbleColors.h:77
QColor
Marble::Oxygen::hotOrange3
QColor const hotOrange3
Definition: MarbleColors.h:87
Marble::Oxygen::hotOrange5
QColor const hotOrange5
Definition: MarbleColors.h:85
Marble::Oxygen::aluminumGray1
QColor const aluminumGray1
Definition: MarbleColors.h:95
Marble::Oxygen::forestGreen2
QColor const forestGreen2
Definition: MarbleColors.h:76
Marble::Oxygen::forestGreen6
QColor const forestGreen6
Definition: MarbleColors.h:72
Marble::Oxygen::emeraldGreen2
QColor const emeraldGreen2
Definition: MarbleColors.h:70
Marble::Oxygen::brickRed4
QColor const brickRed4
Definition: MarbleColors.h:32
Marble::Oxygen::raspberryPink2
QColor const raspberryPink2
Definition: MarbleColors.h:40
Marble::Oxygen::aluminumGray5
QColor const aluminumGray5
Definition: MarbleColors.h:91
Marble::Oxygen::burgundyPurple4
QColor const burgundyPurple4
Definition: MarbleColors.h:44
Marble::Oxygen::hotOrange6
QColor const hotOrange6
Definition: MarbleColors.h:84
Marble::Oxygen::emeraldGreen4
QColor const emeraldGreen4
Definition: MarbleColors.h:68
Marble::Oxygen::forestGreen4
QColor const forestGreen4
Definition: MarbleColors.h:74
Marble::Oxygen::woodBrown1
QColor const woodBrown1
Definition: MarbleColors.h:29
Marble::Oxygen::sunYellow5
QColor const sunYellow5
Definition: MarbleColors.h:79
Marble::Oxygen::seaBlue3
QColor const seaBlue3
Definition: MarbleColors.h:63
Marble::Oxygen::skyBlue6
QColor const skyBlue6
Definition: MarbleColors.h:54
Marble::Oxygen::burgundyPurple2
QColor const burgundyPurple2
Definition: MarbleColors.h:46
Marble::Oxygen::sunYellow3
QColor const sunYellow3
Definition: MarbleColors.h:81
Marble::Oxygen::woodBrown3
QColor const woodBrown3
Definition: MarbleColors.h:27
Marble::Oxygen::grapeViolet5
QColor const grapeViolet5
Definition: MarbleColors.h:49
Marble::Oxygen::emeraldGreen3
QColor const emeraldGreen3
Definition: MarbleColors.h:69
Marble::Oxygen::woodBrown4
QColor const woodBrown4
Definition: MarbleColors.h:26
Marble::Oxygen::brickRed2
QColor const brickRed2
Definition: MarbleColors.h:34
Marble::Oxygen::grapeViolet4
QColor const grapeViolet4
Definition: MarbleColors.h:50
Marble::Oxygen::raspberryPink1
QColor const raspberryPink1
Definition: MarbleColors.h:41
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:40 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

marble

Skip menu "marble"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Related Pages

kdeedu API Reference

Skip menu "kdeedu API Reference"
  • Analitza
  •     lib
  • kalgebra
  • kalzium
  •   libscience
  • kanagram
  • kig
  •   lib
  • klettres
  • marble
  • parley
  • rocs
  •   App
  •   RocsCore
  •   VisualEditor
  •   stepcore

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal