Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clamp RGB values between 0 and 1 (#25)
Some failures are occuring due to floating point precision where very small negative values are sticking around through XYZ->RGB transformation. This Should correct for that by clamping the RGB values.
- Loading branch information