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
Out[2]: no method weighted_color_mean(Float64, xyY, xyY)
while loading In[2], in expression starting on line 9
in linspace at /Users/jiahao/.julia/v0.3/Color/src/utilities.jl:57
The text was updated successfully, but these errors were encountered:
If you do a quick sanity check of the color coordinates of A and B in the first example you can see that none of of the colors exist. They are all outside of the human visual gamut. Even if you would compress the gamut to existing colors, A would be black because Y is zero.
The second example uses the same colors, just in a different color space.
I know that out of gamut colors are common, but they only make sense in terms of device color spaces, like sRGB or AdobeRGB. The difference is that their gamut boundaries still lie inside the visual gamut. They still describe existing colors, and out of gamut colors just can’t be displayed on said devices. Colors outside the human visual gamut just don’t exist at all and don’t make sense.
The text was updated successfully, but these errors were encountered: