Searched refs:foregroundHsv (Results 1 – 1 of 1) sorted by relevance
66 float[] foregroundHsv = new float[3]; in getNavbarTheme() local68 Color.colorToHSV(attributes.getColor(colorForeground, 0), foregroundHsv); in getNavbarTheme() local70 boolean isDarkBg = foregroundHsv[2] > backgroundHsv[2]; in getNavbarTheme()