File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff 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+
218234Predefined color spaces for HDR: {#predefined-HDR}
219235=====================
220236
You can’t perform that action at this time.
0 commit comments