diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-08-26 18:59:24 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-08-26 18:59:24 -0400 |
| commit | 2bf7351025b29d1bc8ec2e5792dcb0532c4deb95 (patch) | |
| tree | 5f882097bac55fdd9a9f32e8eb80373d16073bd9 /views/controls/editor/light-control.ejs | |
| parent | ebc00f78cedc7712686af353225bb5d418b5b2d4 (diff) | |
color picker thingie
Diffstat (limited to 'views/controls/editor/light-control.ejs')
| -rw-r--r-- | views/controls/editor/light-control.ejs | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/views/controls/editor/light-control.ejs b/views/controls/editor/light-control.ejs index ddd282b..4324087 100644 --- a/views/controls/editor/light-control.ejs +++ b/views/controls/editor/light-control.ejs @@ -1,8 +1,16 @@ <div class="vvbox lightcontrol"> + <div class="slider"> - <input type="range" min="0" max="100" value="0" id="outline-hue" /> - <h4>Outline Hue</h4> + <input type="range" min="0" max="110" value="0" id="brightness-control" /> + <h4>Brightness</h4> </div> + + <div class="color-swatches"> + <div class="swatch" id="wall-color"></div> <label>wall color</label> + <div class="swatch" id="outline-color"></div> <label>outline color</label> + </div> + +<!-- <div class="slider"> <input type="range" min="0" max="100" value="100" id="wall-hue" /> <h4>Wall Hue</h4> @@ -15,4 +23,5 @@ <input type="range" min="0" max="100" value="0" id="shadow-control" /> <h4>Shadow</h4> </div> +--> </div> |
