You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-color-4/Overview.bs
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -4436,7 +4436,7 @@ Interpolation</h2>
4436
4436
<h3 id="interpolation-space">
4437
4437
Color space for interpolation</h3>
4438
4438
4439
-
Issue: Should gamut mapping occur before or after interpolation?
4439
+
Issue(5928):
4440
4440
4441
4441
Colors are first converted to Lab
4442
4442
and then interpolated as Lab colors.
@@ -4515,8 +4515,6 @@ Interpolating with alpha</h3>
4515
4515
<h3 id="hue-interpolation">
4516
4516
Hue interpolation</h3>
4517
4517
4518
-
Issue(4928): How to handle achromatic interpolation?
4519
-
4520
4518
For color functions with a hue angle (LCH, HSL, HWB etc), there are multiple ways to interpolate.
4521
4519
We typically want to avoid arcs over 360 for the difference between the angles, as they are rarely desirable,
4522
4520
so in most cases angles are fixed up prior to interpolation so that per-component interpolation is done over less than 360 degrees, often less than 180.
@@ -4577,7 +4575,10 @@ Hue interpolation</h3>
4577
4575
then for interpolation, NaN is replaced
4578
4576
by the value 0 for both angles.
4579
4577
4580
-
Issue(5277): How do these work when interpolating between multiple colors?
0 commit comments