File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2983,7 +2983,7 @@ Specifying Lab and LCH: the ''lab()'' and ''lch()'' functional notations</h3>
2983
2983
Converting RGB colors to Lab colors</h3>
2984
2984
2985
2985
Conversion from an RGB color space to Lab requires several steps,
2986
- although in practice all but the first step are linear calculations and can be combined. Taking sRGB as an example:
2986
+ although in practice all but the first and last step are linear calculations and can be combined. Taking sRGB as an example:
2987
2987
2988
2988
<!-- make these steps links to the appropriate section in a calculations appendix -->
2989
2989
<ol>
@@ -3009,7 +3009,7 @@ Converting Lab colors to RGB colors</h3>
3009
3009
to the color space of the display.
3010
3010
3011
3011
Conversion from Lab to an RGB space also requires multiple steps,
3012
- and again in practice all but the last step are linear calculations and can be combined. Taking display-p3 as an example,
3012
+ and again in practice all but the first and last step are linear calculations and can be combined. Taking display-p3 as an example,
3013
3013
3014
3014
<ol>
3015
3015
<li> Convert Lab to (D50-adapted) XYZ
You can’t perform that action at this time.
0 commit comments