Hello,
Is there any way to compare two colors and get the distance between them?
similar to the command of imagemagick:
compare -metric RMSE xc:Navy xc:blue null:
The return value is: 18844.1 (0.287543)
I tried "CompareTo" but only get 1 or 0
Thanks
Is there any way to compare two colors and get the distance between them?
similar to the command of imagemagick:
compare -metric RMSE xc:Navy xc:blue null:
The return value is: 18844.1 (0.287543)
I tried "CompareTo" but only get 1 or 0
Thanks