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