Does operands order matter for spectral distribution arithmetical operations? #1071
Unanswered
cuixiaofei
asked this question in
Q&A
Replies: 1 comment
-
Hi @cuixiaofei, This is a great question! We define various under methods, e.g. Try that instead: >>> import colour
>>> red_sd = colour.sd_ones()
>>> blue_sd = colour.sd_ones()
>>> sum_sd = (red_sd * 16) + (blue_sd * 10) Cheers, Thomas |
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 have seen the arithmetical operations available in tutorials.
But today, it can't work well, could you help?
float number also can not multiply with SpectralDistribution
Beta Was this translation helpful? Give feedback.
All reactions