OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
SelectionCategorisationColours.h
Go to the documentation of this file.
1#pragma once
2#include <OTCore/Color.h>
3
5{
6 static const ot::Color getRMDColour()
7 {
8 return ot::Color(88, 175, 233, 100);
9 }
10 static const ot::Color getSMDColour()
11 {
12 return ot::Color(166, 88, 233, 100);
13 }
15 {
16 return ot::Color(233, 185, 88, 100);
17 }
19 {
20 return ot::Color(88, 233, 122, 100);
21 }
22}
The Color class is used to represent RGBA colors with integer values.
Definition Color.h:72
Definition SelectionCategorisationColours.h:5
static const ot::Color getParameterColour()
Definition SelectionCategorisationColours.h:18
static const ot::Color getSMDColour()
Definition SelectionCategorisationColours.h:10
static const ot::Color getRMDColour()
Definition SelectionCategorisationColours.h:6
static const ot::Color getQuantityColour()
Definition SelectionCategorisationColours.h:14