FireBirdLib - Topfield TMS PVR TAP Programming Library
OSDMenuKeyboard_Colors.h
Go to the documentation of this file.
1#ifndef __TMSOSDKEYBORDCOLORSH__
2#define __TMSOSDKEYBORDCOLORSH__
3
4 //Graustufen
5 #define COLOR_Grey00 RGB(8, 8, 8)
6 #define COLOR_Grey01 RGB(16, 16, 16)
7 #define COLOR_Grey02 RGB(24, 24, 24)
8 #define COLOR_Grey03 RGB(32, 32, 32)
9 #define COLOR_Grey04 RGB(40, 40, 40)
10 #define COLOR_Grey05 RGB(45, 45, 45)
11 #define COLOR_Grey06 RGB(60, 60, 60)
12 #define COLOR_Grey07 RGB(66, 66, 66)
13 #define COLOR_Grey08 RGB(70, 70, 70)
14 #define COLOR_Grey09 RGB(91, 91, 91)
15 #define COLOR_Grey10 RGB(106, 106, 106)
16 #define COLOR_Grey11 RGB(120, 120, 120)
17 #define COLOR_Grey12 RGB(128, 128, 128)
18 #define COLOR_Grey13 RGB(138, 124, 124)
19 #define COLOR_Grey14 RGB(146, 146, 146)
20 #define COLOR_Grey15 RGB(170, 170, 170)
21 #define COLOR_Grey16 RGB(190, 190, 190)
22 #define COLOR_Grey17 RGB(226, 226, 226)
23 #define COLOR_Grey18 RGB(230, 230, 250)
24 #define COLOR_Grey19 RGB(232, 232, 232)
25 #define COLOR_Grey20 RGB(255, 255, 255)
26
27 //Rot
28 #define COLOR_Red01 RGB(150, 0, 0)
29 #define COLOR_Red02 RGB(200, 0, 0)
30 #define COLOR_Red03 RGB(255, 0, 0)
31 #define COLOR_Red04 RGB(251, 48, 4)
32 #define COLOR_Red05 RGB(255, 120, 255)
33
34 //Orange
35 #define COLOR_Orange01 RGB(232, 146, 17)
36 #define COLOR_Orange02 RGB(255, 144, 27)
37 #define COLOR_Orange03 RGB(255, 175, 14)
38
39 //Gelb
40 #define COLOR_Yellow01 RGB(150, 150, 0)
41 #define COLOR_Yellow02 RGB(200, 200, 0)
42 #define COLOR_Yellow03 RGB(250, 250, 0)
43 #define COLOR_Yellow04 RGB(255, 255, 160)
44
45 //Blau
46 #define COLOR_Blue01 RGB(0, 105, 146)
47 #define COLOR_Blue02 RGB(77, 207, 238)
48 #define COLOR_Blue03 RGB(120, 255, 255)
49
50 //Grün
51 #define COLOR_Green01 RGB(152, 251, 152)
52 #define COLOR_Green02 RGB(160, 255, 160)
53 #define COLOR_Green03 RGB(0, 100, 0)
54 #define COLOR_Green04 RGB(0, 150, 0)
55 #define COLOR_Green05 RGB(0, 205, 0)
56#endif