@@ -2599,12 +2599,16 @@ Predefined colorspaces: ''srgb'', ''display-p3'', ''a98-rgb'', ''prophoto-rgb'',
25992599 The ''prophoto-rgb'' colorspace accepts three numeric parameters,
26002600 representing the red, green, and blue channels of the color,
26012601 with each having a valid range of [0, 1] . The transfer curve is
2602- a gamma function with a value of 1/1.8.
2602+ a gamma function with a value of 1/1.8,
2603+ and a small linear portion near black.
26032604 The white point is D50, the same as is used by CIE Lab. Thus,
26042605 conversion to Lab does not require the chromatic adaptation step.
26052606
2606- The ProPhoto RGB space uses primaries chosen to allow
2607- a wide color gamut and to minimise hue shifts under tonal manipulation.
2607+ The ProPhoto RGB space uses hyper-saturated,
2608+ non physically realizable primaries.
2609+ These were chosen to allow
2610+ a wide color gamut and in particular,
2611+ to minimise hue shifts under tonal manipulation.
26082612 It is often used in digital photography as a wide gamut
26092613 colorspace for the master version of
26102614 photographic images. The ''prophoto-rgb'' colorspace allows CSS to
@@ -2637,6 +2641,20 @@ Predefined colorspaces: ''srgb'', ''display-p3'', ''a98-rgb'', ''prophoto-rgb'',
26372641 </pre>
26382642 C is the red, green or blue component.
26392643
2644+ <figure>
2645+ <img src="images/prophoto-prim-sec.svg" style="width: 80.68vmin"
2646+ alt="diagram of rec2020 primaries and secondaries in LCH">
2647+ <figcaption> Visualization of the protphoto-rgb colorspace in LCH. The primaries and secondaries are shown
2648+ (but in sRGB, not in the correct colors).
2649+ For comparison, the sRGB primaries and secondaries
2650+ are also shown, as dashed circles.
2651+ prophoto-rgb primaries and secondaries have much higher Chroma,
2652+ but much of this ultrawide gamut
2653+ does not correspond to physically realizable colors.
2654+ </figcaption>
2655+ </figure>
2656+
2657+
26402658 <dt> <dfn>rec2020</dfn>
26412659 <dd>
26422660 The ''rec2020'' [[!Rec.2020]] colorspace accepts three numeric parameters,
0 commit comments