You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an issue converting an XYZ value to RGB and back, it seems that for some values this works, but for others not. I checked the xyz.max value and all my X/Y/Z values are within range, so that should not be the issue.
I have been fiddling with the color-convert library as well, but that seems to have the same result (https://github.com/Qix-/color-convert/issues/81). Is this a bug in the conversion algorithm?
The text was updated successfully, but these errors were encountered:
I have an issue converting an XYZ value to RGB and back, it seems that for some values this works, but for others not. I checked the
xyz.max
value and all my X/Y/Z values are within range, so that should not be the issue.This conversion matches (after rounding):
However, the following conversion is a mismatch (and quite some other value):
I have been fiddling with the
color-convert
library as well, but that seems to have the same result (https://github.com/Qix-/color-convert/issues/81). Is this a bug in the conversion algorithm?The text was updated successfully, but these errors were encountered: