feat: Add background color setting and apply it to HTML and WebGL output.
This commit is contained in:
@@ -194,6 +194,19 @@ import { ChevronDown } from "@lucide/astro";
|
||||
<span class="label">TINT</span>
|
||||
</div>
|
||||
|
||||
<!-- Background Color Picker -->
|
||||
<div class="tui-color-btn" title="Background Color">
|
||||
<input
|
||||
type="color"
|
||||
id="input-bg-color"
|
||||
value="#000000"
|
||||
/>
|
||||
<span
|
||||
id="bg-color-swatch-display"
|
||||
class="color-swatch"></span>
|
||||
<span class="label">BG</span>
|
||||
</div>
|
||||
|
||||
<TuiToggle
|
||||
id="toggle-denoise"
|
||||
label="Denoise"
|
||||
|
||||
Reference in New Issue
Block a user