Skip to content

Instantly share code, notes, and snippets.

@TIny-Hacker
Last active April 2, 2023 11:28
Show Gist options
  • Save TIny-Hacker/da9fcc71c4fd2a941af75b3debc4fc0c to your computer and use it in GitHub Desktop.
Save TIny-Hacker/da9fcc71c4fd2a941af75b3debc4fc0c to your computer and use it in GitHub Desktop.
Gradient
from kandinsky import *
for y in range (225):
fill_rect(0, y, 320, 200 - y, (0, 0, y))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment