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