summaryrefslogtreecommitdiff
path: root/views/controls/editor/light-control.ejs
blob: ddd282b26490589dc347c5e5823de7494a050064 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<div class="vvbox lightcontrol">
	<div class="slider">
		<input type="range" min="0" max="100" value="0" id="outline-hue" />
		<h4>Outline Hue</h4>
	</div>
	<div class="slider">
		<input type="range" min="0" max="100" value="100" id="wall-hue" />
		<h4>Wall Hue</h4>
	</div>
	<div class="slider">
		<input type="range" min="0" max="100" value="0" id="brightness-control" />
		<h4>Brightness</h4>
	</div>
	<div class="slider">
		<input type="range" min="0" max="100" value="0" id="shadow-control" />
		<h4>Shadow</h4>
	</div>
</div>