Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Apr 12, 2024
1 parent 87007b4 commit 6ebac1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/markdown/gamut.md
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ space. In order to converge, we must refine our result with a few additional ite
In order to converge on the actual chroma reduced color we seek, we can take the first intersection we find and correct
the color in the perceptual color space by setting the hue and lightness back to the original color's hue and lightness.
The corrected color becomes our new current color and should be much closer color on the reduced chroma line. We can
repeat this process a few more times, each time finding a better, closer closer color on the path. After about three
repeat this process a few more times, each time finding a better, closer color on the path. After about three
_additional_ iterations (a combined total of four for the entire process), we will be close enough where we can stop.
Finally, we can then clip off floating point math errors. With this, we will now have an accurate approximation of the
color we seek.
Expand Down

0 comments on commit 6ebac1d

Please sign in to comment.