Created
June 25, 2018 16:51
-
-
Save cyrilmottier/06cb0c8859e5acef13862bc53539ea4c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@ColorRes | |
private val RAINBOW_COLORS = intArrayOf( | |
R.color.pink, | |
R.color.orange, | |
R.color.yellow, | |
R.color.green, | |
R.color.emerald_green, | |
R.color.azur_blue, | |
R.color.blue, | |
R.color.cerulean_blue, | |
R.color.purple | |
) | |
private const val RAINBOW_WIDTH = 360 | |
private const val RAINBOW_ANGLE = 30.0 / 180.0 * PI |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment