← Back to context

Comment by lifthrasiir

2 years ago

While that would change the distribution of threshold hues (partly due to the non-linear mix of blue and green, as sRGB transfer function wasn't inverted), it shouldn't change the conclusion itself. Also it would be hard to constantly change the lightness in such systems, as the #0000ff green would have a much larger lightness than the #00ff00 blue and there are some gaps outside of the common sRGB or even P3 color space.

Pure RGB primaries gives an easy target for “red” and “green” endpoints but that’s about it. Ideally the test should consider two endpoints with uniform lightness and chroma, and just shift the hue to form in-betweens. The transition from blue to green in RGB (or HSL) is not linear in these attributes.

  • That is what I believe the original comment meant to say: convert to some color space where linear interpolation for non-hue axes would be meaningful. In my knowledge, such linear interpolation will require the tone mapping due to out-of-gamut colors, and the tone mapping itself is fairly subjective.