Searched defs:findContrastColor (Results 1 – 2 of 2) sorted by relevance
125 private static int findContrastColor(int fg, int bg, double minRatio) { in findContrastColor() method in IconPalette
300 public static int findContrastColor(int color, int other, boolean findFg, double minRatio) { in findContrastColor() method in ContrastColorUtil