Why are the "colour.XYZ_to_Oklab" and "colour.Oklab_to_XYZ" definitions shown on the home page not in the Conda package? #875
Answered
by
KelSolaar
abnormally-distributed
asked this question in
Q&A
-
The function XYZ_to_Oklab shown ont he readme.txt on the github page doesn't seem to exist in the colour-science package. Here is the line showing the version of colour-science installed from
and attached is a picture showing the absence of it where it should be in the list |
Beta Was this translation helpful? Give feedback.
Answered by
KelSolaar
Sep 17, 2021
Replies: 1 comment
-
The definitions are available in the develop branch which is not released yet! >>> colour.XYZ_to_Oklab
<function XYZ_to_Oklab at 0x1204813a0> |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
KelSolaar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @abnormally-distributed,
The definitions are available in the develop branch which is not released yet!