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()
533 proportion += hueProportions[wrapDegrees(i)]589 private fun wrapDegrees(degrees: Int): Int { regex