static float colorDiff(Color a, Color b) { ret rgbDiff(RGB(a), RGB(b)); }