Hi, I got array of some (about 200) colours in RGB format. I want to write program that taking any RGB colour and trying to match colour from my array that is most "similar".
Of course I need better definition for "similar". Unfortunately I don't have any. It want it to act like a parson asked the same question.
I want to show some infos about matching accuracy. For example black-white -100% and for the same colour but little different hue -4%.
So maybe I should use neural network? But I think it must be easer way.