@@ -327,6 +327,56 @@ Predefined color spaces for HDR: {#predefined-HDR}
327327
328328 Issue: add black level lift Β as defined on same page?
329329
330+ <dfn export>rec2100-linear</dfn> {#valdef-color-rec2100-linear}
331+ ---------------------------
332+
333+ The ''rec2100-linear'' [[!Rec_BT.2100]] color space accepts three numeric parameters,
334+ representing the red, green, and blue channels of the color,
335+ with each having a nominal range of [0, 1]
336+ regardless of the actual bit depth (10 or 12 bits per component).
337+
338+ The color with red, green and blue all at 1.0
339+ represents HDR Reference White with an absolute luminance of
340+ 203 cd/m².
341+
342+ <pre class="lang-css"> color(rec2100-linear 1 1 1)</pre>
343+
344+ <div class="example">
345+ For example, the following color
346+
347+ <pre class="lang-css"> color(rec2100-linear 9.852 9.852 9.852)</pre>
348+
349+ represents a white highlight
350+ with an absolute luminance
351+ of 9.852 × 203 = 1,999 cd/m².
352+ </div>
353+
354+ A linear-light electro-optical transfer function is used.
355+
356+ It has the following characteristics:
357+ (The display primaries are the same as [[!Rec.2020]] ):
358+
359+ <table>
360+ <thead><td></td><td> x</td><td> y</td></thead>
361+ <tr><th> Red chromaticity</th><td> 0.708</td><td> 0.292</td></tr>
362+ <tr><th> Green chromaticity</th><td> 0.170</td><td> 0.797</td></tr>
363+ <tr><th> Blue chromaticity</th><td> 0.131</td><td> 0.046</td></tr>
364+ <tr><th> White chromaticity</th><td colspan="2"> [=D65 whitepoint|D65=] </td></tr>
365+ <tr><th> Transfer function</th><td colspan="2"> Linear</td></tr>
366+ <tr><th> White luminance</th><td colspan="2"> 203 cd/m²</td></tr>
367+ <tr><th> Peak white luminance</th><td colspan="2"> 10,000 cd/m²</td></tr>
368+ <tr><th> Black luminance</th><td colspan="2"> 0.001 cd/m²</td></tr>
369+ <tr><th> Image state</th><td colspan="2"> display-referred</td></tr>
370+ <tr>
371+ <th> Percentages</th>
372+ <td colspan="2"> Allowed for R, G and B</td>
373+ </tr>
374+ <tr>
375+ <th> Percent reference range</th>
376+ <td> for R,G,B: 0% = 0.0, 100% = 1.0</td>
377+ </tr>
378+ </table>
379+
330380<dfn export>Jzazbz</dfn> {#Jzazbz}
331381-----------------
332382
0 commit comments