@@ -4595,9 +4595,9 @@ Color Interpolation</h2>
4595
4595
</li>
4596
4596
<li> (if required) re-inserting [=carried forward=] values in the converted colors</li>
4597
4597
<li> (if required) fixing up the hues, depending on the selected <<hue-interpolation-method>> </li>
4598
- <li> changing the color components to premultiplied form</li>
4598
+ <li> changing the color components to [= premultiplied=] form</li>
4599
4599
<li> linearly interpolating each component of the computed value of the color separately</li>
4600
- <li> undoing premultiplication</li>
4600
+ <li> undoing [=premultiplied| premultiplication=] </li>
4601
4601
</ol>
4602
4602
4603
4603
@@ -4894,7 +4894,7 @@ Interpolating with Missing Components</h3>
4894
4894
</div>
4895
4895
4896
4896
If the carried forward [=missing component=]
4897
- is alpha, the color must be premultiplied with this carried forward value,
4897
+ is alpha, the color must be [= premultiplied=] with this carried forward value,
4898
4898
not with the zero value that would have resulted from color conversion.
4899
4899
4900
4900
<div class="example" id="ex-oklch-missing-alpha">
@@ -4926,15 +4926,15 @@ Interpolating with Missing Components</h3>
4926
4926
Interpolating with Alpha</h3>
4927
4927
4928
4928
When the colors to be interpolated are not fully opaque,
4929
- they are transformed into <dfn export>premultiplied color values </dfn>
4929
+ they are first <dfn export>premultiplied</dfn>
4930
4930
as follows:
4931
4931
4932
4932
* If the alpha value is ''none'' , the premultiplied value is the un-premultiplied value. Otherwise,
4933
4933
* If any component value is ''none'' , the premultiplied value is also ''none'' .
4934
4934
* For [=rectangular orthogonal color=] coordinate systems, all component values are multiplied by the alpha value.
4935
- * For [=cylindrical polar color=] coordinate systems, the hue angle is <em> not</em> premultiplied, but the other two axes are premultiplied.
4935
+ * For [=cylindrical polar color=] coordinate systems, the hue angle is <em> not</em> premultiplied, but the other two axes <em> are</em> premultiplied.
4936
4936
4937
- To obtain a color value from a premultipled color value,
4937
+ To obtain a color value from a premultiplied color value,
4938
4938
4939
4939
* If the interpolated alpha value is zero or ''none'' ,
4940
4940
the un-premultiplied value is the premultiplied value. Otherwise,
0 commit comments