Skip to content

Instantly share code, notes, and snippets.

@markus2610
Forked from stepango/rainbow.kt
Created March 6, 2017 07:31
Show Gist options
  • Save markus2610/dea0fb27d26f30856f01ced230a84781 to your computer and use it in GitHub Desktop.
Save markus2610/dea0fb27d26f30856f01ced230a84781 to your computer and use it in GitHub Desktop.
kotlin apply example
val rainbowPaint = Paint(Paint.ANTI_ALIAS_FLAG).apply {
style = Paint.Style.STROKE
strokeCap = Paint.Cap.ROUND
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment