We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11e3936 commit 8716e3eCopy full SHA for 8716e3e
css-color-hdr-1/Overview.bs
@@ -623,7 +623,7 @@ Mixing Dynamic Range Limits: the ''dynamic-range-limit-mix()'' function {#dynami
623
5. Let <var>eps</var> = 0.001 (one JND in linear-light space)
624
6. Let <var>cxyz</var> = Array(3)
625
7. For i from 0 to 2:
626
- Let <var>cxyz</var>[i] = pow(<var>c1xyz</var>[i] + <var>eps</var>, <var>w1</var> ) * pow(<var>c2xyz</var>[i] + <var>eps</var>, <var>w2</var> ) - <var>eps</var>
+ Let <var>cxyz</var>[i] = pow(<var>c1xyz</var>[i] + <var>eps</var>, <var>w1</var> ) * pow(<var>c2xyz</var>[i] + <var>eps</var>, <var>w2</var> ) - <var>eps</var>
627
628
<div class="example" id="ex-hdr-interpolate">
629
For example, given c1 = color(rec2100-linear 0.9 1.0 0.8)
0 commit comments