Replies: 4 comments
-
Coincidentally, I just came across this in regard to CIE D Illuminant usage [1]:
References
|
Beta Was this translation helpful? Give feedback.
-
No toe stepping. This looks very good.
Yes, internally it would be best to be consistent about the domain ranges that are expected and produced. But the final output could be rescaled to whatever the caller of the conversion wants.
We might also require those to be fed into the initial call and fail if they are not provided. (assuming no sensible default can be found for something)
We just need to make sure no nasty surprises happen to existing code… |
Beta Was this translation helpful? Give feedback.
-
I was leaning toward using still lowest common denominator, AKA sRGB.
I think this should be visible very quickly through the tests, we will have to update a few of them actually, so it should give us a good overview. Whenever we make that change, it will be done through a singular atomic PR to assess the extent. Did you have time to look at #402? |
Beta Was this translation helpful? Give feedback.
-
I have implemented a fair bunch of support for that in the graph branch. |
Beta Was this translation helpful? Give feedback.
-
@MichaelMauderer : So I don't want to step on your toes but I was poking at NetworkX a bit for some automated conversions to get a feel for it, nothing fancy but more as a test and to see what it would require.
So first a bit of simple code:
So a few things came to mind when doing so:
colour.XYZ_to_RGB
. What will they be?Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions