Searched refs:wrapDegrees (Results 1 – 2 of 2) sorted by relevance
386 final int hue = wrapDegrees(Math.round(colorToCam.get(color).getHue())); in colorToHueProportion()389 proportion += hueProportions[wrapDegrees(i)]; in colorToHueProportion()396 private static int wrapDegrees(int degrees) { in wrapDegrees() method in WallpaperColors419 final int hue = wrapDegrees(Math.round(cam.getHue())); in hueProportions()
247 proportion += hueProportions.get(wrapDegrees(i)); in getSeedColors()320 private static int wrapDegrees(int degrees) { in wrapDegrees() method in ColorScheme