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