Searched refs:findContrastColor (Results 1 – 1 of 1) sorted by relevance
112 return findContrastColor(color, bg, 4.5); in ensureTextContrast()125 private static int findContrastColor(int fg, int bg, double minRatio) { in findContrastColor() method in IconPalette