Skip to content

Commit 065eb91

Browse files
committed
[css-color-hdr] Reference BT.814 Annex 4 for narrow range PQ and HLG PLUGE, fix #5322
1 parent d99f9f3 commit 065eb91

File tree

1 file changed

+22
-3
lines changed

1 file changed

+22
-3
lines changed

css-color-hdr/Overview.bs

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,16 @@ Abstract: This module defines additions to CSS Color 4 to enable High Dynamic Ra
2626
"publisher": "VESA",
2727
"href": "https://displayhdr.org/performance-criteria-cts1-1/"
2828
},
29+
"Rec_BT.814": {
30+
"title": "Specifications of PLUGE test signals and alignment procedures for setting of brightness and contrast of displays",
31+
"href": "https://www.itu.int/dms_pubrec/itu-r/rec/bt/R-REC-BT.814-4-201807-I!!PDF-E.pdf",
32+
"publisher": "ITU",
33+
"rawDate": "2018-07"
34+
},
2935
"Rec_BT.2100": {
3036
"title": "ITU-R BT.2100-2 Image parameter values for high dynamic range television for use in production and international programme exchange",
31-
"publisher": "ITU",
3237
"href": "https://www.itu.int/dms_pubrec/itu-r/rec/bt/R-REC-BT.2100-2-201807-I!!PDF-E.pdf",
38+
"publisher": "ITU",
3339
"rawDate": "2018-07-00"
3440
},
3541
"Rec_BT.2390": {
@@ -50,7 +56,7 @@ Abstract: This module defines additions to CSS Color 4 to enable High Dynamic Ra
5056
"Ciu, Guihua",
5157
"Kim, Youn Jin",
5258
"Luo, Ming Ronnier"
53-
],
59+
],
5460
"href": "https://www.osapublishing.org/DirectPDFAccess/33630C0F-CFF9-6328-FA6195B4E962F4D7_368272/oe-25-13-15131.pdf?da=1&id=368272&seq=0&mobile=no",
5561
"title": "Perceptually uniform color space for image signals including high dynamic range and wide gamut",
5662
"publisher": "Optics Express, vol 24 no 13 pp. 15131-15151",
@@ -392,7 +398,13 @@ Predefined color spaces for HDR: {#predefined-HDR}
392398
</tr>
393399
</table>
394400

395-
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."
401+
For narrow-range PQ video in a non-reference viewing environment,
402+
or for HLG (in any viewing environment),
403+
the black level should be adjusted
404+
using the PLUGE test signal and procedure
405+
specified in [[Rec_BT.814]] Annex .
406+
For PQ values in CSS, which uses wide-range,
407+
the black corresponds to code point 0.
396408

397409
<div class="example">
398410
This color represents a blinding white
@@ -505,6 +517,13 @@ Predefined color spaces for HDR: {#predefined-HDR}
505517
</tr>
506518
</table>
507519

520+
For narrow-range HLG video (in any viewing environment),
521+
the black level should be adjusted
522+
using the PLUGE test signal and procedure
523+
specified in [[Rec_BT.814]] Annex 4.
524+
For HLG values in CSS, which uses wide-range,
525+
the black corresponds to code point 0.
526+
508527
Issue: add other examples
509528

510529
<div class="example">

0 commit comments

Comments
 (0)