bvcx
This commit is contained in:
+48
-12
@@ -255,9 +255,9 @@
|
||||
<div class="setting-item" style="margin-top: 15px; padding-left: 25px;">
|
||||
<div style="display: flex; align-items: center; justify-content: space-between; max-width: 380px;">
|
||||
<label for="onara_bg_opacity_slider" style="font-size: 0.9em; margin-bottom: 0; font-weight: bold;">Onara Backdrop Darkness</label>
|
||||
<span id="onara_bg_opacity_val" style="font-size: 0.85em; opacity: 0.8;">84%</span>
|
||||
<span id="onara_bg_opacity_val" style="font-size: 0.85em; opacity: 0.8;">70%</span>
|
||||
</div>
|
||||
<input type="range" id="onara_bg_opacity_slider" min="0" max="1" step="0.01" value="0.84" style="max-width: 380px; width: 100%; margin-top: 4px;">
|
||||
<input type="range" id="onara_bg_opacity_slider" min="0" max="1" step="0.01" value="0.70" style="max-width: 380px; width: 100%; margin-top: 4px;">
|
||||
<small class="text-muted" style="display: block;">Overlay darkness in Onara mode (lower values allow background canvas to shine through).</small>
|
||||
</div>
|
||||
|
||||
@@ -273,9 +273,9 @@
|
||||
<div class="setting-item" style="margin-top: 15px; padding-left: 25px;">
|
||||
<div style="display: flex; align-items: center; justify-content: space-between; max-width: 380px;">
|
||||
<label for="onara_grid_dim_slider" style="font-size: 0.9em; margin-bottom: 0; font-weight: bold;">Onara Background Grid Opacity</label>
|
||||
<span id="onara_grid_dim_val" style="font-size: 0.85em; opacity: 0.8;">15%</span>
|
||||
<span id="onara_grid_dim_val" style="font-size: 0.85em; opacity: 0.8;">38%</span>
|
||||
</div>
|
||||
<input type="range" id="onara_grid_dim_slider" min="0" max="1" step="0.01" value="0.15" style="max-width: 380px; width: 100%; margin-top: 4px;">
|
||||
<input type="range" id="onara_grid_dim_slider" min="0" max="1" step="0.01" value="0.38" style="max-width: 380px; width: 100%; margin-top: 4px;">
|
||||
<small class="text-muted" style="display: block;">Control how clearly the background thumbnail grid shines through over the ambient canvas in Onara mode.</small>
|
||||
</div>
|
||||
|
||||
@@ -290,20 +290,56 @@
|
||||
|
||||
<div class="setting-item" style="margin-top: 15px; padding-left: 25px;">
|
||||
<div style="display: flex; align-items: center; justify-content: space-between; max-width: 380px;">
|
||||
<label for="bg_canvas_blur_slider" style="font-size: 0.9em; margin-bottom: 0; font-weight: bold;">Background Canvas Blur</label>
|
||||
<span id="bg_canvas_blur_val" style="font-size: 0.85em; opacity: 0.8;">300px</span>
|
||||
<label for="bg_canvas_blur_slider" style="font-size: 0.9em; margin-bottom: 0; font-weight: bold;">Background Blur Radius</label>
|
||||
<span id="bg_canvas_blur_val" style="font-size: 0.85em; opacity: 0.8;">30px</span>
|
||||
</div>
|
||||
<input type="range" id="bg_canvas_blur_slider" min="0" max="300" step="1" value="300" style="max-width: 380px; width: 100%; margin-top: 4px;">
|
||||
<small class="text-muted" style="display: block;">Adjust the ambient blur of the background canvas (higher values create a soft, dreamy ambient glow).</small>
|
||||
<input type="range" id="bg_canvas_blur_slider" min="0" max="300" step="1" value="30" style="max-width: 380px; width: 100%; margin-top: 4px;">
|
||||
<small class="text-muted" style="display: block;">Adjust the ambient blur radius. Higher values = softer, dreamier glow. In GPU CSS mode this goes up to 300px at full resolution.</small>
|
||||
</div>
|
||||
|
||||
<div class="setting-item" style="margin-top: 15px; padding-left: 25px;">
|
||||
<div style="display: flex; align-items: center; justify-content: space-between; max-width: 380px;">
|
||||
<label for="bg_canvas_brightness_slider" style="font-size: 0.9em; margin-bottom: 0; font-weight: bold;">Background Brightness Boost</label>
|
||||
<span id="bg_canvas_brightness_val" style="font-size: 0.85em; opacity: 0.8;">100%</span>
|
||||
<label for="bg_canvas_brightness_slider" style="font-size: 0.9em; margin-bottom: 0; font-weight: bold;">Background Brightness</label>
|
||||
<span id="bg_canvas_brightness_val" style="font-size: 0.85em; opacity: 0.8;">0.45x</span>
|
||||
</div>
|
||||
<input type="range" id="bg_canvas_brightness_slider" min="0.5" max="2.5" step="0.05" value="1.00" style="max-width: 380px; width: 100%; margin-top: 4px;">
|
||||
<small class="text-muted" style="display: block;">Boost background canvas brightness so visuals pop through clearly.</small>
|
||||
<input type="range" id="bg_canvas_brightness_slider" min="0.1" max="3.0" step="0.05" value="0.45" style="max-width: 380px; width: 100%; margin-top: 4px;">
|
||||
<small class="text-muted" style="display: block;">Boost brightness so colors pop. Values < 1 darken, > 1 amplify.</small>
|
||||
</div>
|
||||
|
||||
<div class="setting-item" style="margin-top: 15px; padding-left: 25px;">
|
||||
<div style="display: flex; align-items: center; justify-content: space-between; max-width: 380px;">
|
||||
<label for="bg_blur_method_slider" style="font-size: 0.9em; margin-bottom: 0; font-weight: bold;">Blur Engine</label>
|
||||
<span id="bg_blur_method_val" style="font-size: 0.85em; opacity: 0.8;">Canvas 2D</span>
|
||||
</div>
|
||||
<input type="range" id="bg_blur_method_slider" min="0" max="2" step="1" value="0" style="max-width: 380px; width: 100%; margin-top: 4px;">
|
||||
<small class="text-muted" style="display: block;"><strong>0 = Canvas 2D</strong> (downsampled, fast) | <strong>1 = GPU CSS Filter</strong> (classic look, full-res compositor blur like older versions) | <strong>2 = Hybrid</strong> (CSS blur + canvas color grading)</small>
|
||||
</div>
|
||||
|
||||
<div class="setting-item" style="margin-top: 15px; padding-left: 25px;">
|
||||
<div style="display: flex; align-items: center; justify-content: space-between; max-width: 380px;">
|
||||
<label for="bg_canvas_saturate_slider" style="font-size: 0.9em; margin-bottom: 0; font-weight: bold;">Color Saturation</label>
|
||||
<span id="bg_canvas_saturate_val" style="font-size: 0.85em; opacity: 0.8;">1.80x</span>
|
||||
</div>
|
||||
<input type="range" id="bg_canvas_saturate_slider" min="0.5" max="4.0" step="0.05" value="1.8" style="max-width: 380px; width: 100%; margin-top: 4px;">
|
||||
<small class="text-muted" style="display: block;">Boost color saturation of the background. 1.0 = original, higher = more vivid / neon.</small>
|
||||
</div>
|
||||
|
||||
<div class="setting-item" style="margin-top: 15px; padding-left: 25px;">
|
||||
<div style="display: flex; align-items: center; justify-content: space-between; max-width: 380px;">
|
||||
<label for="bg_canvas_contrast_slider" style="font-size: 0.9em; margin-bottom: 0; font-weight: bold;">Contrast Depth</label>
|
||||
<span id="bg_canvas_contrast_val" style="font-size: 0.85em; opacity: 0.8;">1.10x</span>
|
||||
</div>
|
||||
<input type="range" id="bg_canvas_contrast_slider" min="0.5" max="3.0" step="0.05" value="1.1" style="max-width: 380px; width: 100%; margin-top: 4px;">
|
||||
<small class="text-muted" style="display: block;">Contrast punch. Values > 1.0 darken blacks and pop highlights.</small>
|
||||
</div>
|
||||
|
||||
<div class="setting-item" style="margin-top: 15px; padding-left: 25px;">
|
||||
<div style="display: flex; align-items: center; justify-content: space-between; max-width: 380px;">
|
||||
<label for="bg_canvas_zoom_slider" style="font-size: 0.9em; margin-bottom: 0; font-weight: bold;">Edge Overscan Zoom</label>
|
||||
<span id="bg_canvas_zoom_val" style="font-size: 0.85em; opacity: 0.8;">1.12x</span>
|
||||
</div>
|
||||
<input type="range" id="bg_canvas_zoom_slider" min="1.0" max="1.8" step="0.01" value="1.12" style="max-width: 380px; width: 100%; margin-top: 4px;">
|
||||
<small class="text-muted" style="display: block;">Zoom the background canvas slightly to hide blurry edge bleeding. 1.12 eliminates edge artifacts at typical blur values.</small>
|
||||
</div>
|
||||
|
||||
<div class="setting-item" style="margin-top: 15px;">
|
||||
|
||||
Reference in New Issue
Block a user