]> icculus.org git repositories - divverent/nexuiz.git/blob - data/menu/options/color.menu
I did not want to do that. Sorry, disk space. Some admin better get rid of that mess.
[divverent/nexuiz.git] / data / menu / options / color.menu
1 // Property of Alientrap/AK
2 // options/color.menu
3 Item Window ColorControl
4 {
5         Item Layout Layout
6         {
7                 pos             '156 45'
8                 size            '700 800'
9                 origin          '280 0'
10                 alignment       [AlignFirst]
11                 direction       [Nex_DefaultVertDirection]
12
13                 Derive Nex_Option_Slider Brightness
14                 {
15                         text    "Brightness"
16                         target  "::Data::Color::Brightness::Value"
17                 }
18                 Derive Nex_Option_Slider Contrast
19                 {
20                         text    "Contrast"
21                         target  "::Data::Color::Contrast::Value"
22                 }
23                 Derive Nex_Option_Slider GLSLContrastBoost
24                 {
25                         text    "OpenGL 2 Contrast (SLOW)"
26                         target  "::Data::Color::GLSLContrastBoost::Value"
27                 }
28                 Derive Nex_Option_Slider Ambient
29                 {
30                         text    "Ambient Light"
31                         target  "::Data::Color::Ambient::Value"
32                 }
33                 Derive Nex_Option_Switch HWGamma
34                 {
35                         text    "HW Gamma Support"
36                         target  "::Data::Color::HWGamma::Switch"
37                 }
38                 Derive Nex_Option_Slider Gamma
39                 {
40                         text    "Gamma"
41                         target  "::Data::Color::Gamma::Value"
42                 }
43                 Derive Nex_Line Seperator1
44                 {}
45                 Derive Nex_Option_Switch ExtendedControl
46                 {
47                         text    "Color Control"
48                         target  "::Data::Color::Extended::Active::Switch"
49                 }
50                 // Low part
51                 Derive Nex_Option_Slider DarkRed
52                 {
53                         text    "Dark Red"
54                         target  "::Data::Color::Extended::Low::Red::Value"
55                 }
56                 Derive Nex_Option_Slider DarkGreen
57                 {
58                         text    "Dark Green"
59                         target  "::Data::Color::Extended::Low::Green::Value"
60                 }
61                 Derive Nex_Option_Slider DarkBlue
62                 {
63                         text    "Dark Blue"
64                         target  "::Data::Color::Extended::Low::Blue::Value"
65                 }
66                 // Mid part
67                 Derive Nex_Option_Slider MidRed
68                 {
69                         text    "Grey Red"
70                         target  "::Data::Color::Extended::Mid::Red::Value"
71                 }
72                 Derive Nex_Option_Slider MidGreen
73                 {
74                         text    "Grey Green"
75                         target  "::Data::Color::Extended::Mid::Green::Value"
76                 }
77                 Derive Nex_Option_Slider MidBlue
78                 {
79                         text    "Grey Blue"
80                         target  "::Data::Color::Extended::Mid::Blue::Value"
81                 }
82                 // High part
83                 Derive Nex_Option_Slider HighRed
84                 {
85                         text    "White Red"
86                         target  "::Data::Color::Extended::High::Red::Value"
87                 }
88                 Derive Nex_Option_Slider HighGreen
89                 {
90                         text    "White Green"
91                         target  "::Data::Color::Extended::High::Green::Value"
92                 }
93                 Derive Nex_Option_Slider HighBlue
94                 {
95                         text    "White Blue"
96                         target  "::Data::Color::Extended::High::Blue::Value"
97                 }
98                 Derive Nex_Line Seperator2
99                 {}
100                 Derive TextButton Cancel
101                 {
102                         normal  "Cancel changes"
103                         action  Nex_Action_Color_Cancel
104                 }
105                 Derive TextButton Reset
106                 {
107                         normal  "Reset to default"
108                         action  Nex_Action_Color_Reset
109                 }
110         }
111 }