double-swirl.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "args": {
  3. "center_x": 0.5,
  4. "center_x2": 0.5,
  5. "center_y": 0.5,
  6. "center_y2": 0.5,
  7. "custom-colors": [
  8. [
  9. 255,
  10. 0,
  11. 0
  12. ],
  13. [
  14. 20,
  15. 0,
  16. 255
  17. ]
  18. ],
  19. "custom-colors2": [
  20. [
  21. 255,
  22. 0,
  23. 0,
  24. 0
  25. ],
  26. [
  27. 255,
  28. 0,
  29. 0,
  30. 0
  31. ],
  32. [
  33. 255,
  34. 0,
  35. 0,
  36. 0
  37. ],
  38. [
  39. 0,
  40. 0,
  41. 0,
  42. 1
  43. ],
  44. [
  45. 0,
  46. 0,
  47. 0,
  48. 0
  49. ],
  50. [
  51. 255,
  52. 0,
  53. 0,
  54. 0
  55. ],
  56. [
  57. 255,
  58. 0,
  59. 0,
  60. 0
  61. ],
  62. [
  63. 0,
  64. 0,
  65. 0,
  66. 1
  67. ]
  68. ],
  69. "enable-second": true,
  70. "random-center": false,
  71. "random-center2": false,
  72. "reverse": false,
  73. "reverse2": true,
  74. "rotation-time": 25
  75. },
  76. "name": "Double swirl",
  77. "script": "swirl.py"
  78. }