Searched refs:hueProportions (Results 1 – 1 of 1) sorted by relevance
301 final double[] hueProportions = hueProportions(colorToCam, colorToPopulation); in WallpaperColors() local303 colorToPopulation.keySet(), colorToCam, hueProportions); in WallpaperColors()349 Map<Integer, Cam> colorToCam, double[] hueProportions) { in colorToHueProportion() argument355 proportion += hueProportions[wrapDegrees(i)]; in colorToHueProportion()372 private static double[] hueProportions(@NonNull Map<Integer, Cam> colorToCam, in hueProportions() method in WallpaperColors