Advertisement
otorp2

hsl pencode

Jan 16th, 2020
419
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. x = 145
  2. c = (hsl(x, 0.8,.5))
  3. dot c, 100
  4. debug x
  5. x += 100
  6. c = (hsl(x, 0.8,.5))
  7. fd 100
  8. dot c, 50
  9. debug x
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement