Skip to content

Commit e19feb8

Browse files
committed
[css-color-hdr] First cut at dynamic-range-limit-mix() w3c#9704
1 parent 883eb19 commit e19feb8

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

css-color-hdr/Overview.bs

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,22 @@ The 'dynamic-range-limit' property {#the-dynamic-range-limit-property}
215215
</pre>
216216
</div>
217217

218+
Mixing Dynamic Range Limits: the ''dynamic-range-limit-mix()'' Function {#dynamic-range-limit-mix}
219+
--------------------------------------------------------
220+
221+
This function takes two dynamic-range-limit values,
222+
converts them internally to a value in stops above media white,
223+
and alters the display to the result of mixing them
224+
by the specified amount.
225+
The actual calculated result is not exposed.
226+
227+
228+
<pre class='prod'>
229+
<dfn>dynamic-range-limit-mix()</dfn> = dynamic-range-limit-mix( [ <<ident>> && <<percentage [0,100]>>? ]#{2})
230+
</pre>
231+
232+
Percentages are normalized in the same way as ''color-mix()''.
233+
218234
Predefined color spaces for HDR: {#predefined-HDR}
219235
=====================
220236

0 commit comments

Comments
 (0)