@@ -7,7 +7,7 @@ Group: csswg
77TR : https://www.w3.org/TR/css-color-hdr/
88ED : https://drafts.csswg.org/css-color-hdr/
99Work Status : exploring
10- Editor : Chris Lilley, W3C, chris@w3.org , w3cid 1438
10+ Editor : Chris Lilley, W3C, https://svgees.us/ , w3cid 1438
1111Abstract : This module explores additions to CSS Color 4 to enable High Dynamic Range (HDR).
1212</pre>
1313
@@ -153,6 +153,10 @@ Predefined color spaces for HDR: {#predefined-HDR}
153153 <tr><th> Peak white luminance</th><td colspan="2"> 10,000 cd/m²</td></tr>
154154 <tr><th> Black luminance</th><td colspan="2"> 0.001 cd/m²</td></tr>
155155 <tr><th> Image state</th><td colspan="2"> display-referred</td></tr>
156+ <tr>
157+ <th> Percentages</th>
158+ <td colspan="2"> Allowed for R, G and B</td>
159+ </tr>
156160 </table>
157161
158162 Issue: from BT.2100 p.3 "Note 3d – For PQ in a non-reference viewing environment, or for HLG (in any viewing environment), the black level should be adjusted using the PLUGE test signal and procedure specified in Recommendation ITU-R BT.814."
@@ -258,6 +262,10 @@ Predefined color spaces for HDR: {#predefined-HDR}
258262 <tr><th> Peak white luminance</th><td colspan="2"> 12 times reference white</td></tr>
259263 <tr><th> Black luminance</th><td colspan="2"> depends on reference white, see text</td></tr>
260264 <tr><th> Image state</th><td colspan="2"> scene-referred</td></tr>
265+ <tr>
266+ <th> Percentages</th>
267+ <td colspan="2"> Allowed for R, G and B</td>
268+ </tr>
261269 </table>
262270
263271 Issue: add other examples
@@ -329,10 +337,11 @@ Predefined color spaces for HDR: {#predefined-HDR}
329337 redness-greenness and yellowness-blueness
330338 opponent-color axes (similar to a and b in Lab).
331339
332- Lab uses a lightness scale with a [0%, 100%] range,
340+ CIE Lab uses a lightness scale with a [0%, 100%] range,
333341 relative to media white,
334342 and has been experimentally extended to L=400%.
335- In contrast, the J<sub> z</sub> axis in ''Jzazbz''
343+ In contrast, the J<sub> z</sub> axis in ''Jzazbz'' ,
344+ which has a [0, 1.0] range,
336345 uses Perceptual Quantizer encoding,
337346 and can represent a dynamic range of more than 13 stops.
338347
@@ -345,6 +354,10 @@ Predefined color spaces for HDR: {#predefined-HDR}
345354 <tr><th> Peak white luminance</th><td colspan="2"> 10,000 cd/m²</td></tr>
346355 <tr><th> Black luminance</th><td colspan="2"> 0.001 cd/m²</td></tr>
347356 <tr><th> Image state</th><td colspan="2"> display-referred</td></tr>
357+ <tr>
358+ <th> Percentages</th>
359+ <td colspan="2"> Allowed for Jz, az and bz</td>
360+ </tr>
348361 </table>
349362
350363 Note that unlike Lab, a D65 whitepoint is used.
@@ -430,6 +443,10 @@ Converting JzCzHz colors to Jzazbz colors</h4>
430443 <tr><th> Peak white luminance</th><td colspan="2"> 10,000 cd/m²</td></tr>
431444 <tr><th> Black luminance</th><td colspan="2"> 0.001 cd/m²</td></tr>
432445 <tr><th> Image state</th><td colspan="2"> display-referred</td></tr>
446+ <tr>
447+ <th> Percentages</th>
448+ <td colspan="2"> Allowed for I, Ct and Cp</td>
449+ </tr>
433450 </table>
434451
435452 Although [[Rec_BT.2100]] defines IC<sub> T</sub> C<sub> P</sub>
0 commit comments