Skip to content

Commit e2dfded

Browse files
committed
[css-color-4] reference AdobeRGB (1998)
1 parent 46f2aa2 commit e2dfded

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

css-color-4/Overview.bs

+4-5
Original file line numberDiff line numberDiff line change
@@ -1596,8 +1596,7 @@ Device-independent Colors: Lab and LCH</h2>
15961596
when they report measured colors in Lab.
15971597
Conversion from colors specified using other white points is called a <dfn export>chromatic adaptation transform</dfn>,
15981598
which models the changes in the human visual system as we adapt to a new lighting condition.
1599-
The Bradford algorithm
1600-
<!-- add reference -->
1599+
The Bradford algorithm [[!Bradford-CAT]]
16011600
is the industry standard chromatic adaptation transform,
16021601
and is easy to calculate as it is a simple matrix multiplication.
16031602

@@ -1706,7 +1705,7 @@ Converting sRGB colors to Lab colors</h3>
17061705
<li>Convert from sRGB to linear-light sRGB (undo gamma encoding)
17071706
<li>Convert from linear sRGB to CIE XYZ
17081707
<li>Convert from a D65 whitepoint (used by sRGB) to the D50 whitepoint used
1709-
in Lab, with the Bradford transform
1708+
in Lab, with the Bradford transform [[!Bradford-CAT]]
17101709
<li>Convert D50-adapted XYZ to Lab
17111710
</ol>
17121711

@@ -1803,7 +1802,7 @@ Profiled, Device-dependent Colors</h2>
18031802
This could be for example a calibrated CMYK printer,
18041803
or an RGB colorspace (such as ProPhoto <!-- ref -->, <!-- would be good to mention AdobeRGB 1998 here too, need to check trademark and copyright status first --> widely used by photographers), or any other color or monochrome output device which has been characterized.
18051804
In addition, for convenience,
1806-
CSS provides two <!-- more than 2 now, update text!! --> -->predefined RGB color spaces:
1805+
CSS provides several <!-- more than 2 now, update text!! --> -->predefined RGB color spaces:
18071806
image-p3 [[!DCI-P3]],
18081807
which is a wide gamut space typical of current wide-gamut monitors,
18091808
and Rec. 2020 [[!Rec.2020]],
@@ -1983,7 +1982,7 @@ Predefined colorspaces: ''srgb'', ''image-p3'', ''a98rgb'', ''prophotorgb'' and
19831982
with each having a valid range of [0, 1]. The transfer curve is
19841983
a gamma function, close to but not exactly 1/2.2.
19851984

1986-
''a98rgb'' is compatible with Adobe® RGB (1998).
1985+
''a98rgb'' is compatible with Adobe® RGB (1998) [[!AdobeRGB]].
19871986

19881987
Adobe® RGB (1998) uses primaries originally derived
19891988
from the SMPTE 240M standard;

0 commit comments

Comments
 (0)