Answer the question
In order to leave comments, you need to log in
In what format is it more accurate to compare two colors for similarity?
Task: there is a color in RGB or HEX, you can always convert it to another.
You need to compare it with a set of colors and show which color it is closer to. How to do it more precisely?
Through HSV or RGB difference comparison?
Answer the question
In order to leave comments, you need to log in
if you just need to compare color number 1 and color number 2 and get true or false as a result, then it doesn’t matter, but if you need to calculate the nearest color, it’s much more convenient using HSV.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question