Skip to content

Instantly share code, notes, and snippets.

@stepango
Last active May 25, 2016 13:51
Show Gist options
  • Save stepango/ced7700bb5f7f9c64d9f5d5470dcea08 to your computer and use it in GitHub Desktop.
Save stepango/ced7700bb5f7f9c64d9f5d5470dcea08 to your computer and use it in GitHub Desktop.
Color array init
// Original colors
val colors = intArrayOf(RED, GREEN, BLUE)
// Modified colors
val colors = intArrayOf(0xFF0000, 0xFFFF00, 0xFF00FF, RED, BLUE, GREEN)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment