Skip to content

Commit 5e37b61

Browse files
committed
[css-color-4] migrate inline issue to GitHub
1 parent c96de5d commit 5e37b61

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

css-color-4/Overview.bs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4436,7 +4436,7 @@ Interpolation</h2>
44364436
<h3 id="interpolation-space">
44374437
Color space for interpolation</h3>
44384438

4439-
Issue: Should gamut mapping occur before or after interpolation?
4439+
Issue(5928):
44404440

44414441
Colors are first converted to Lab
44424442
and then interpolated as Lab colors.
@@ -4515,8 +4515,6 @@ Interpolating with alpha</h3>
45154515
<h3 id="hue-interpolation">
45164516
Hue interpolation</h3>
45174517

4518-
Issue(4928): How to handle achromatic interpolation?
4519-
45204518
For color functions with a hue angle (LCH, HSL, HWB etc), there are multiple ways to interpolate.
45214519
We typically want to avoid arcs over 360 for the difference between the angles, as they are rarely desirable,
45224520
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>
45774575
then for interpolation, NaN is replaced
45784576
by the value 0 for both angles.
45794577

4580-
Issue(5277): How do these work when interpolating between multiple colors?
4578+
Issue(4928):
4579+
4580+
4581+
Issue(5277):
45814582

45824583

45834584
<h2 id="sample">

0 commit comments

Comments
 (0)