frozenLake

Untitled

Mar 15th, 2017
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. if hue>30
  2. if hue>60
  3. if hue>120
  4. if hue>240
  5. if hue>300
  6. colora==SKINCOLOR_PURPLE
  7. colorb==SKINCOLOR_RED
  8. blendb==(hue-300)/6
  9. if (hue-300)%6>3
  10. blendb==blendb+1
  11. else
  12. colora==SKINCOLOR_BLUE
  13. colorb==SKINCOLOR_PURPLE
  14. blendb==(hue-240)/6
  15. if (hue-240)%6>3
  16. blendb==blendb+1
  17. else
  18. colora==SKINCOLOR_NEONGREEN
  19. colorb==SKINCOLOR_BLUE
  20. blendb==(hue-120)/12
  21. if (hue-120)%12>6
  22. blendb==blendb+1
  23. else
  24. colora==SKINCOLOR_YELLOW
  25. colorb==SKINCOLOR_NEONGREEN
  26. blendb==(hue-60)/6
  27. if (hue-60)%6>3
  28. blendb==blendb+1
  29. else
  30. colora==SKINCOLOR_ORANGE
  31. colorb==SKINCOLOR_YELLOW
  32. blendb==(hue-30)/3
  33. if (hue-30)%3>=2
  34. blendb==blendb+1
  35. else
  36. colora==SKINCOLOR_RED
  37. colorb==SKINCOLOR_ORANGE
  38. blendb==hue/3
  39. if hue%3>=2
  40. blendb==blendb+1
Advertisement
Add Comment
Please, Sign In to add comment