Skip to content

Commit

Permalink
Tonemap names
Browse files Browse the repository at this point in the history
  • Loading branch information
ccameron-chromium committed Feb 19, 2024
1 parent 80dccf7 commit 19a2fd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tonemap.html
Original file line number Diff line number Diff line change
Expand Up @@ -1227,7 +1227,7 @@
<td style="text-align:center;">
<p>Presets:</p>
<button type="button" id="ButtonPresetHDR">HDR</button>
<button type="button" id="ButtonPresetChromium">Chromium SDR</button>
<button type="button" id="ButtonPresetChromium">Reinhard maxRGB</button>
<br><br>
<button type="button" id="ButtonPresetSave1">Save (1)</button>
<button type="button" id="ButtonPresetRestore1" disabled>Restore (1)</button>
Expand All @@ -1243,7 +1243,7 @@
<label for="ToneMap">Tone mapping:</label><br>
<select name="ToneMap" id="ToneMap" onchange='onChange();'>
<option value="None">Full HDR</option>
<option value="NativePQ">Native PQ tone mapping (to display)</option>
<option value="NativePQ">Native HDR10 tone mapping (to display)</option>
<option value="NativeHLG">Native HLG tone mapping (to display)</option>
<option value="Clamp">Clamp to NDWL</option>
<option value="Reinhard">Reinhard (map CLLI max to NDWL)</option>
Expand Down

0 comments on commit 19a2fd2

Please sign in to comment.