mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-26 21:04:58 -05:00
hsl adjustments
This commit is contained in:
@@ -57,6 +57,15 @@ include('../globalHTML/header-1.php');
|
||||
</label>
|
||||
<input id='frame-editor-color-overlay' class='input' type='color' placeholder='Color' value='#000000'>
|
||||
</div>
|
||||
<div>
|
||||
<h5 class='input-description'>HSL Adjustments</h5>
|
||||
<input id='frame-editor-hsl-hue-slider' class='input' type='range' min='-180' max='180' value='0' step='1'>
|
||||
<input id='frame-editor-hsl-hue' class='input' type='number' min='-180' max='180' value='0' step='1'>
|
||||
<input id='frame-editor-hsl-saturation-slider' class='input' type='range' min='-100' max='100' value='0' step='1'>
|
||||
<input id='frame-editor-hsl-saturation' class='input' type='number' min='-100' max='100' value='0' step='1'>
|
||||
<input id='frame-editor-hsl-lightness-slider' class='input' type='range' min='-100' max='100' value='0' step='1'>
|
||||
<input id='frame-editor-hsl-lightness' class='input' type='number' min='-100' max='100' value='0' step='1'>
|
||||
</div>
|
||||
<div>
|
||||
<h5 class='input-description'>Select and remove masks</h5>
|
||||
<select id='frame-editor-masks' class='input margin-bottom'></select>
|
||||
@@ -654,7 +663,7 @@ include('../globalHTML/header-1.php');
|
||||
<h4>Mike S.</h4>
|
||||
<h4>DaveO J.</h4>
|
||||
</div>
|
||||
<h5 class='input-description'>(Please email me if you would like your name/nickname changed.)</h5>
|
||||
<h5 class='input-description'>(Please contact me if you would like your name/nickname changed.)</h5>
|
||||
</div>
|
||||
<div class='layer readable-background margin-bottom-larger'>
|
||||
<h1 class='center margin-bottom'>Have feedback?</h1>
|
||||
|
Reference in New Issue
Block a user