Calculate how humans perceive similarity between different colours

前端 未结 3 1174
伪装坚强ぢ
伪装坚强ぢ 2020-12-10 05:41

I\'m working on a site where users can describe a physical object using (amongst many other things) any color in the rgb 0-255 range. We offer some simplified palettes for e

3条回答
  •  独厮守ぢ
    2020-12-10 05:58

    There are a half dozen or so possibilities. EasyRGB has a page devoted to them. Of those listed, DeltaE 2000 probably has the best correlation with human perception -- and is also extremely complex to compute. Delta CMC is almost as good for something like half the code (though the computation still isn't entirely trivial).

提交回复
热议问题