What is perceptually uniform color space ? how Lab color space is perceptually uniform and device independent?

没有正确的解决方案

其他提示

slhck is right: a perceptual uniform color space ensures that the difference between two colors (as perceived by the human eye) is proportional to the Euclidian distance within the given color space. Lab was created to satisfy the perceptual uniformity property.

However, this property is satisfied only locally. For distant colors, the perceived difference is no more in accordance with the Euclidian distance. Therefore, new distances were defined, such as deltaE, CIE76, CIE94, CIE2000 in order to satisfy both local and global perceptual uniformity.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top