Searched refs:wrapDegrees (Results 1 – 1 of 1) sorted by relevance
352 final int hue = wrapDegrees(Math.round(colorToCam.get(color).getHue())); in colorToHueProportion()355 proportion += hueProportions[wrapDegrees(i)]; in colorToHueProportion()362 private static int wrapDegrees(int degrees) { in wrapDegrees() method in WallpaperColors385 final int hue = wrapDegrees(Math.round(cam.getHue())); in hueProportions()