hi, i am using c# and i have two color. color p1, p2; how do i compare if they are almost the same? as in like their color value with only very slight difference? should i compare the hue? with some threshold between the two.? can anyone please advise.