Comment on Basic colour theory for programmersparentComments−acjohnson5511yThat's not quite true. That's what the Lab color space is intended to allow.https://en.wikipedia.org/wiki/Lab_color_space−bitL11yYes, that's an attempt to solve this problem however if you try to use it for color matching you'd find problematic areas there as well, hence you still need to use color regions.
Comments
That's not quite true. That's what the Lab color space is intended to allow.
https://en.wikipedia.org/wiki/Lab_color_space
Yes, that's an attempt to solve this problem however if you try to use it for color matching you'd find problematic areas there as well, hence you still need to use color regions.