Searched refs:hueProportions (Results 1 – 2 of 2) sorted by relevance
335 final double[] hueProportions = hueProportions(colorToCam, colorToPopulation); in WallpaperColors() local337 colorToPopulation.keySet(), colorToCam, hueProportions); in WallpaperColors()383 Map<Integer, Cam> colorToCam, double[] hueProportions) { in colorToHueProportion() argument389 proportion += hueProportions[wrapDegrees(i)]; in colorToHueProportion()406 private static double[] hueProportions(@NonNull Map<Integer, Cam> colorToCam, in hueProportions() method in WallpaperColors
239 List<Double> hueProportions = huePopulations(intToHct, intToProportion, filter); in getSeedColors() local247 proportion += hueProportions.get(wrapDegrees(i)); in getSeedColors()