What should `default_brettel_neutral` be?
Closed this issue · 1 comments
kimikage commented
default_brettel_neutral
is used as a reference value in the simulation of color deficiency.
Lines 63 to 65 in f38f27c
Since sRGB has a white point of D65, this looks more straightforward with convert(LMS, WP_D65)
.
However, why is WP_D65
used instead of WP_E
(equal-energy)?
If we change it, it may affect the default color scheme of Gadfly etc. Therefore, rather than change the behavior, I would like to make the third argument of protanopic
etc. a public API and make the documentation explicit.
dcjones commented