Skip to content

Instantly share code, notes, and snippets.

@Kpeved
Created March 12, 2023 22:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kpeved/c3792a8202fb4899f0d98c959ecac8d8 to your computer and use it in GitHub Desktop.
Save Kpeved/c3792a8202fb4899f0d98c959ecac8d8 to your computer and use it in GitHub Desktop.
// Rotation of the gradient
rotate(animationAngle / 2, pivot = center) {
drawRect(
Brush.linearGradient(
colors = listOf(
Color.Red, Color.Yellow, Color.Green, Color.Blue, Color.Magenta
)
),
blendMode = BlendMode.DstAtop
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment