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