-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Apply proper negative lightness handling in DIN99o
We really shouldn't try to be clever here by trying to mirroring the behavior for negative lightness. Instead, just let the algorithm as specified handle it, and when it it breaks down (somewhere past -200) we can just return NaN for now. In most cases, this will be more than sufficient. Anyone hitting this limit is pushing the space well pass reasonable limits.
- Loading branch information
1 parent
56d7637
commit 2ea1df3
Showing
2 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters