Replies: 1 comment
-
Hi @juneleung, You are indeed using a rather old version of colour! The code should now be: import colour
bca = colour.CCS_COLOURCHECKERS["BabelColor Average"]
colour.CCS_COLOURCHECKERS["CIE 1931"] = colour.characterisation.ColourChecker(
name="CIE 1931", data=bca.data, illuminant=bca.illuminant, rows=6, columns=4
) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Question
Hello,
I run a code with
and get the error that
, and I fixed the code to
and get the error that
I guess it may be due to the code is from the old color library version, what is the 'illuminant' in the 'LazyCanonicalMapping' in the new library cause I can't find it in the source code? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions