Skip to content

Commit fd2710c

Browse files
committed
[css-color-4] Analytical was the wrong term, say geometric instead #7653
1 parent cc5bdac commit fd2710c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-color-4/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -5220,7 +5220,7 @@ Chroma Reduction</h4>
52205220

52215221
A practical implementation will converge more quickly than a linear reduction;
52225222
either by binary search,
5223-
or by computing an analytical intersection
5223+
or by computing the geometric intersection
52245224
of the line of constant hue and lightness with the gamut boundary.
52255225

52265226
<h4 id="GM-excessive-reduction">
@@ -5434,7 +5434,7 @@ CSS Gamut Mapping to an RGB Destination</h3>
54345434
the clipped version of the color is returned as the mapped result.
54355435

54365436

5437-
For the analytical implementation,
5437+
For the geometric implementation,
54385438
having found the exact intersection,
54395439
project outwards (towards higher chroma) along the line of constant lightness
54405440
until either:

0 commit comments

Comments
 (0)