Skip to content

Commit 689512d

Browse files
committed
[css-color-4] ProPhotoRGB space, #292
1 parent fa6118e commit 689512d

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

css-color-4/Overview.bs

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2007,6 +2007,40 @@ Predefined colorspaces: ''srgb'', ''image-p3'', and ''rec2020''.</h3>
20072007
<tr><th>Black luminance</th><td rowspan="2">0.5557 cd/m<sup>2</sup></td></tr>
20082008
</table>
20092009
2010+
<dt><dfn>prophotorgb</dfn>
2011+
<dd>
2012+
The ''prophotorgb'' colorspace accepts three numeric parameters,
2013+
representing the red, green, and blue channels of the color,
2014+
with each having a valid range of [0, 1]. The transfer curve is
2015+
a gamma function with a value of 1/1.8.
2016+
The white point is D50, the same as is used by CIE Lab. Thus,
2017+
conversion to Lab does not require the chromatic adaptation step.
2018+
2019+
The ProPhoto RGB space uses primaries chosen to allow
2020+
a wide color gamut and to minimise hue shifts under tonal manipulation.
2021+
It is often used in digital photography as a wide gamut
2022+
colorspace for the master version of
2023+
photographic images. The ''prophotorgb'' colorspace allows CSS to
2024+
specify colors that will match colors in such images
2025+
having the same RGB values.
2026+
2027+
The white luminance is given as a range, and
2028+
the viewing flare (and thus, the black luminance)
2029+
is 0.5% to 1.0% of this.
2030+
2031+
It has the following characteristics:
2032+
2033+
<table>
2034+
<thead><td></td><td>x</td><td>y</td></thead>
2035+
<tr><th>Red chromaticity</th><td>0.7347</td><td>0.2653</td></tr>
2036+
<tr><th>Green chromaticity</th><td>0.1596</td><td>0.8404</td></tr>
2037+
<tr><th>Blue chromaticity</th><td>0.0366</td><td>0.0001</td></tr>
2038+
<tr><th>White chromaticity</th><td>0.3457</td><td>0.3585</td></tr>
2039+
<tr><th>Transfer function</th><td rowspan="2">1/1.800 </td></tr>
2040+
<tr><th>White luminance</th><td rowspan="2">160.0 to 640.0 cd/m<sup>2</sup></td></tr>
2041+
<tr><th>Black luminance</th><td rowspan="2">See text</td></tr>
2042+
</table>
2043+
20102044
<dt><dfn>rec2020</dfn>
20112045
<dd>
20122046
The ''rec2020'' [[!Rec.2020]] colorspace accepts three numeric parameters,

0 commit comments

Comments
 (0)