mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-26 21:04:58 -05:00
fang frame + color overlays
This commit is contained in:
@@ -44,12 +44,19 @@ include('../globalHTML/header-1.php');
|
||||
</label>
|
||||
</div>
|
||||
<div>
|
||||
<h5 class='input-description'>Overlay Mode</h5>
|
||||
<h5 class='input-description'>Blending Mode</h5>
|
||||
<label class='checkbox-container input'>Preserve Alpha
|
||||
<input id='frame-editor-alpha' type='checkbox' placeholder='Preserve Alpha'>
|
||||
<span class='checkmark'></span>
|
||||
</label>
|
||||
</div>
|
||||
<div>
|
||||
<label class='checkbox-container input'>Color Overlay
|
||||
<input id='frame-editor-color-overlay-check' type='checkbox' placeholder='Color Overlay'>
|
||||
<span class='checkmark'></span>
|
||||
</label>
|
||||
<input id='frame-editor-color-overlay' class='input' type='color' placeholder='Color' value='#000000'>
|
||||
</div>
|
||||
<div>
|
||||
<h5 class='input-description'>Select and remove masks</h5>
|
||||
<select id='frame-editor-masks' class='input margin-bottom'></select>
|
||||
|
Reference in New Issue
Block a user