How can I find analogous of a color in C# ?
Edit : for simplicity , the image below may help
Something like this :
FindAnalogous(List<Color> colorsToBeSearched , Color target)
or :
FindAnalogous(List<Color> colorsToBeSearched , string targetHex )
thanks in advance