@@ -1971,9 +1971,6 @@ Specifying Lab and LCH: the ''lab()'' and ''lch()'' functional notations</h3>
19711971 ''180deg'' points along the negative "a" axis (toward greenish cyan),
19721972 and ''270deg'' points along the negative "b" axis (toward sky blue).
19731973
1974-
1975- <!-- add diagram showing hue angles in LCH for RGB primaries and secondaries in sRGB, P3, and Rec.2020 -->
1976-
19771974 There is an optional fourth alpha value,
19781975 separated by a slash,
19791976 and interpreted identically to the <<alpha-value>> in ''rgb()'' .
@@ -2222,7 +2219,11 @@ Predefined colorspaces: ''srgb'', ''display-p3'', ''a98-rgb'', ''prophoto-rgb''
22222219 representing the red, green, and blue channels of the color,
22232220 with each having a valid range of [0, 1] .
22242221 It uses the same primary chromaticities as [[!DCI-P3]] ,
2225- but with a D65 whitepoint and the same transfer curve as sRGB.
2222+ but with a D65 whitepoint, and the same transfer curve as sRGB.
2223+
2224+ Modern displays, TVs, laptop screens and phone screens
2225+ are able to display all, or nearly all,
2226+ of the display-p3 gamut.
22262227
22272228 It has the following characteristics:
22282229
@@ -2320,6 +2321,8 @@ Predefined colorspaces: ''srgb'', ''display-p3'', ''a98-rgb'', ''prophoto-rgb''
23202321 representing the red, green, and blue channels of the color,
23212322 with each having a valid range of [0, 1] . ITU Reference 2020 is used for High Definition, 4k and 8k television.
23222323
2324+ Current displays are unable to reproduce the full gamut of rec2020. Coverage is expected to increase over time as displays improve.
2325+
23232326 It has the following characteristics:
23242327
23252328 <table>
@@ -2336,6 +2339,17 @@ Predefined colorspaces: ''srgb'', ''display-p3'', ''a98-rgb'', ''prophoto-rgb''
23362339 "In typical production practice the encoding function of image sources is adjusted so that the final picture has the desired look, as viewed on a reference monitor having the reference decoding function of Recommendation ITU-R BT.1886, in the reference viewing environment defined in Recommendation ITU-R BT.2035."<br/>
23372340 The transfer function (1886) for reference Rec.2020 displays is gamma 2.4 [[!Rec.2020]]
23382341
2342+ <figure>
2343+ <img src="images/2020-prim-sec.svg" style="width: 60vmin"
2344+ alt="diagram of rec2020 primaries and secondaries in LCH">
2345+ <figcaption> Visualization of the rec2020 colorspace in LCH. The primaries and secondaries are shown
2346+ (but in sRGB, not in the correct colors).
2347+ For comparison, the sRGB primaries and secondaries
2348+ are also shown, as dashed circles.
2349+ rec2020 primaries have much higher Chroma.
2350+ </figcaption>
2351+ </figure>
2352+
23392353 </dl>
23402354
23412355<h4 id="predefined-to-lab">
0 commit comments