File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -3675,7 +3675,7 @@ Converting Lab to predefined color spaces</h4>
36753675
36763676 Conversion from one predefined RGB colorspace to another
36773677 requires multiple steps,
3678- one of which is only used when the whitepoints differ.
3678+ one of which is only needed when the whitepoints differ.
36793679 To convert from <em> src</em> to <em> dest</em> :
36803680
36813681 <ol>
@@ -3689,6 +3689,9 @@ Converting Lab to predefined color spaces</h4>
36893689 <li> Convert from linear-light <em> dest</em> RGB to <em> dest</em> RGB (do gamma encoding)
36903690 </ol>
36913691
3692+ There is sample JavaScript code for this conversion
3693+ for the predefined RGB color spaces, in [[#color-conversion-code]] .
3694+
36923695<h3 id="at-profile">
36933696Specifying a color profile: the ''@color-profile'' at-rule</h3>
36943697
You can’t perform that action at this time.
0 commit comments