shaders 2.0.678 → 2.0.679
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/registry.js +4326 -0
- package/package.json +5 -1
package/dist/registry.js
ADDED
|
@@ -0,0 +1,4326 @@
|
|
|
1
|
+
// Auto-generated shader registry
|
|
2
|
+
export const shaderRegistry = [
|
|
3
|
+
{
|
|
4
|
+
"name": "AngularBlur",
|
|
5
|
+
"fileName": "AngularBlur",
|
|
6
|
+
"category": "Blurs",
|
|
7
|
+
"definition": {
|
|
8
|
+
"name": "AngularBlur",
|
|
9
|
+
"category": "Blurs",
|
|
10
|
+
"requiresRTT": true,
|
|
11
|
+
"props": {
|
|
12
|
+
"intensity": {
|
|
13
|
+
"default": 20,
|
|
14
|
+
"description": "Intensity of the angular blur effect",
|
|
15
|
+
"ui": {
|
|
16
|
+
"type": "range",
|
|
17
|
+
"min": 0,
|
|
18
|
+
"max": 100,
|
|
19
|
+
"step": 1,
|
|
20
|
+
"label": "Blur Intensity"
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
"center": {
|
|
24
|
+
"default": {
|
|
25
|
+
"x": 0.5,
|
|
26
|
+
"y": 0.5
|
|
27
|
+
},
|
|
28
|
+
"description": "The center point of the rotation",
|
|
29
|
+
"ui": {
|
|
30
|
+
"type": "position",
|
|
31
|
+
"label": "Center Position"
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
"propsMetadata": {
|
|
37
|
+
"intensity": {
|
|
38
|
+
"ui": {
|
|
39
|
+
"type": "range",
|
|
40
|
+
"min": 0,
|
|
41
|
+
"max": 100,
|
|
42
|
+
"step": 1,
|
|
43
|
+
"label": "Blur Intensity"
|
|
44
|
+
},
|
|
45
|
+
"default": 20,
|
|
46
|
+
"description": "Intensity of the angular blur effect"
|
|
47
|
+
},
|
|
48
|
+
"center": {
|
|
49
|
+
"ui": {
|
|
50
|
+
"type": "position",
|
|
51
|
+
"label": "Center Position"
|
|
52
|
+
},
|
|
53
|
+
"default": {
|
|
54
|
+
"x": 0.5,
|
|
55
|
+
"y": 0.5
|
|
56
|
+
},
|
|
57
|
+
"description": "The center point of the rotation"
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"name": "Ascii",
|
|
63
|
+
"fileName": "Ascii",
|
|
64
|
+
"category": "Effects",
|
|
65
|
+
"definition": {
|
|
66
|
+
"name": "Ascii",
|
|
67
|
+
"category": "Effects",
|
|
68
|
+
"requiresRTT": true,
|
|
69
|
+
"props": {
|
|
70
|
+
"characters": {
|
|
71
|
+
"default": "@%#*+=-:.",
|
|
72
|
+
"description": "Characters to use for ASCII effect (light to dark)",
|
|
73
|
+
"ui": {
|
|
74
|
+
"type": "text",
|
|
75
|
+
"label": "Characters"
|
|
76
|
+
}
|
|
77
|
+
},
|
|
78
|
+
"cellSize": {
|
|
79
|
+
"default": 30,
|
|
80
|
+
"description": "Size of each ASCII character cell in pixels",
|
|
81
|
+
"ui": {
|
|
82
|
+
"type": "range",
|
|
83
|
+
"min": 8,
|
|
84
|
+
"max": 100,
|
|
85
|
+
"step": 1,
|
|
86
|
+
"label": "Cell Size"
|
|
87
|
+
}
|
|
88
|
+
},
|
|
89
|
+
"fontFamily": {
|
|
90
|
+
"default": "jetbrains mono",
|
|
91
|
+
"description": "Font family for characters",
|
|
92
|
+
"ui": {
|
|
93
|
+
"type": "select",
|
|
94
|
+
"options": [
|
|
95
|
+
{
|
|
96
|
+
"label": "JetBrains Mono",
|
|
97
|
+
"value": "jetbrains mono"
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"label": "Courier New",
|
|
101
|
+
"value": "courier new"
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"label": "Monaco",
|
|
105
|
+
"value": "monaco"
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"label": "Consolas",
|
|
109
|
+
"value": "consolas"
|
|
110
|
+
}
|
|
111
|
+
],
|
|
112
|
+
"label": "Font Family"
|
|
113
|
+
}
|
|
114
|
+
},
|
|
115
|
+
"spacing": {
|
|
116
|
+
"default": 1,
|
|
117
|
+
"description": "Character size within each cell (1.0 = optimal size, 0.0 = smallest)",
|
|
118
|
+
"ui": {
|
|
119
|
+
"type": "range",
|
|
120
|
+
"min": 0,
|
|
121
|
+
"max": 1,
|
|
122
|
+
"step": 0.05,
|
|
123
|
+
"label": "Character Size"
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
},
|
|
128
|
+
"propsMetadata": {
|
|
129
|
+
"characters": {
|
|
130
|
+
"ui": {
|
|
131
|
+
"type": "text",
|
|
132
|
+
"label": "Characters"
|
|
133
|
+
},
|
|
134
|
+
"default": "@%#*+=-:.",
|
|
135
|
+
"description": "Characters to use for ASCII effect (light to dark)"
|
|
136
|
+
},
|
|
137
|
+
"cellSize": {
|
|
138
|
+
"ui": {
|
|
139
|
+
"type": "range",
|
|
140
|
+
"min": 8,
|
|
141
|
+
"max": 100,
|
|
142
|
+
"step": 1,
|
|
143
|
+
"label": "Cell Size"
|
|
144
|
+
},
|
|
145
|
+
"default": 30,
|
|
146
|
+
"description": "Size of each ASCII character cell in pixels"
|
|
147
|
+
},
|
|
148
|
+
"fontFamily": {
|
|
149
|
+
"ui": {
|
|
150
|
+
"type": "select",
|
|
151
|
+
"options": [
|
|
152
|
+
{
|
|
153
|
+
"label": "JetBrains Mono",
|
|
154
|
+
"value": "jetbrains mono"
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"label": "Courier New",
|
|
158
|
+
"value": "courier new"
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"label": "Monaco",
|
|
162
|
+
"value": "monaco"
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"label": "Consolas",
|
|
166
|
+
"value": "consolas"
|
|
167
|
+
}
|
|
168
|
+
],
|
|
169
|
+
"label": "Font Family"
|
|
170
|
+
},
|
|
171
|
+
"default": "jetbrains mono",
|
|
172
|
+
"description": "Font family for characters"
|
|
173
|
+
},
|
|
174
|
+
"spacing": {
|
|
175
|
+
"ui": {
|
|
176
|
+
"type": "range",
|
|
177
|
+
"min": 0,
|
|
178
|
+
"max": 1,
|
|
179
|
+
"step": 0.05,
|
|
180
|
+
"label": "Character Size"
|
|
181
|
+
},
|
|
182
|
+
"default": 1,
|
|
183
|
+
"description": "Character size within each cell (1.0 = optimal size, 0.0 = smallest)"
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
"name": "Blob",
|
|
189
|
+
"fileName": "Blob",
|
|
190
|
+
"category": "Organic",
|
|
191
|
+
"definition": {
|
|
192
|
+
"name": "Blob",
|
|
193
|
+
"category": "Organic",
|
|
194
|
+
"props": {
|
|
195
|
+
"colorA": {
|
|
196
|
+
"default": "#ff6b35",
|
|
197
|
+
"description": "Primary color of the blob",
|
|
198
|
+
"ui": {
|
|
199
|
+
"type": "color",
|
|
200
|
+
"label": "Color A"
|
|
201
|
+
}
|
|
202
|
+
},
|
|
203
|
+
"colorB": {
|
|
204
|
+
"default": "#e91e63",
|
|
205
|
+
"description": "Secondary color of the blob",
|
|
206
|
+
"ui": {
|
|
207
|
+
"type": "color",
|
|
208
|
+
"label": "Color B"
|
|
209
|
+
}
|
|
210
|
+
},
|
|
211
|
+
"size": {
|
|
212
|
+
"default": 0.5,
|
|
213
|
+
"description": "Size of the blob",
|
|
214
|
+
"ui": {
|
|
215
|
+
"type": "range",
|
|
216
|
+
"min": 0,
|
|
217
|
+
"max": 1,
|
|
218
|
+
"step": 0.01,
|
|
219
|
+
"label": "Size"
|
|
220
|
+
}
|
|
221
|
+
},
|
|
222
|
+
"deformation": {
|
|
223
|
+
"default": 0.5,
|
|
224
|
+
"description": "How organic and blobby the shape is (0 = circle, 1 = very blobby)",
|
|
225
|
+
"ui": {
|
|
226
|
+
"type": "range",
|
|
227
|
+
"min": 0,
|
|
228
|
+
"max": 1,
|
|
229
|
+
"step": 0.01,
|
|
230
|
+
"label": "Deformation"
|
|
231
|
+
}
|
|
232
|
+
},
|
|
233
|
+
"softness": {
|
|
234
|
+
"default": 0.5,
|
|
235
|
+
"description": "Softness of the blob edges (combines edge width and transition curve)",
|
|
236
|
+
"ui": {
|
|
237
|
+
"type": "range",
|
|
238
|
+
"min": 0,
|
|
239
|
+
"max": 1,
|
|
240
|
+
"step": 0.01,
|
|
241
|
+
"label": "Softness"
|
|
242
|
+
}
|
|
243
|
+
},
|
|
244
|
+
"highlightIntensity": {
|
|
245
|
+
"default": 0.5,
|
|
246
|
+
"description": "Intensity of specular highlight effect",
|
|
247
|
+
"ui": {
|
|
248
|
+
"type": "range",
|
|
249
|
+
"min": 0,
|
|
250
|
+
"max": 1,
|
|
251
|
+
"step": 0.01,
|
|
252
|
+
"label": "Highlight Intensity"
|
|
253
|
+
}
|
|
254
|
+
},
|
|
255
|
+
"highlightX": {
|
|
256
|
+
"default": 0.3,
|
|
257
|
+
"description": "Light direction X component",
|
|
258
|
+
"ui": {
|
|
259
|
+
"type": "range",
|
|
260
|
+
"min": -1,
|
|
261
|
+
"max": 1,
|
|
262
|
+
"step": 0.01,
|
|
263
|
+
"label": "Highlight X"
|
|
264
|
+
}
|
|
265
|
+
},
|
|
266
|
+
"highlightY": {
|
|
267
|
+
"default": -0.3,
|
|
268
|
+
"description": "Light direction Y component",
|
|
269
|
+
"ui": {
|
|
270
|
+
"type": "range",
|
|
271
|
+
"min": -1,
|
|
272
|
+
"max": 1,
|
|
273
|
+
"step": 0.01,
|
|
274
|
+
"label": "Highlight Y"
|
|
275
|
+
}
|
|
276
|
+
},
|
|
277
|
+
"highlightZ": {
|
|
278
|
+
"default": 0.4,
|
|
279
|
+
"description": "Light direction Z component",
|
|
280
|
+
"ui": {
|
|
281
|
+
"type": "range",
|
|
282
|
+
"min": -1,
|
|
283
|
+
"max": 1,
|
|
284
|
+
"step": 0.01,
|
|
285
|
+
"label": "Highlight Z"
|
|
286
|
+
}
|
|
287
|
+
},
|
|
288
|
+
"highlightColor": {
|
|
289
|
+
"default": "#ffe11a",
|
|
290
|
+
"description": "Color of the specular highlight",
|
|
291
|
+
"ui": {
|
|
292
|
+
"type": "color",
|
|
293
|
+
"label": "Highlight Color"
|
|
294
|
+
}
|
|
295
|
+
},
|
|
296
|
+
"speed": {
|
|
297
|
+
"default": 0.5,
|
|
298
|
+
"description": "Animation speed",
|
|
299
|
+
"ui": {
|
|
300
|
+
"type": "range",
|
|
301
|
+
"min": 0,
|
|
302
|
+
"max": 2,
|
|
303
|
+
"step": 0.1,
|
|
304
|
+
"label": "Speed"
|
|
305
|
+
}
|
|
306
|
+
},
|
|
307
|
+
"seed": {
|
|
308
|
+
"default": 1,
|
|
309
|
+
"description": "Adjusts the starting state, useful for variation",
|
|
310
|
+
"ui": {
|
|
311
|
+
"type": "range",
|
|
312
|
+
"min": 0,
|
|
313
|
+
"max": 100,
|
|
314
|
+
"step": 1,
|
|
315
|
+
"label": "Seed"
|
|
316
|
+
}
|
|
317
|
+
},
|
|
318
|
+
"center": {
|
|
319
|
+
"default": {
|
|
320
|
+
"x": 0.5,
|
|
321
|
+
"y": 0.5
|
|
322
|
+
},
|
|
323
|
+
"description": "The center point of the blob",
|
|
324
|
+
"ui": {
|
|
325
|
+
"type": "position",
|
|
326
|
+
"label": "Center Position"
|
|
327
|
+
}
|
|
328
|
+
}
|
|
329
|
+
}
|
|
330
|
+
},
|
|
331
|
+
"propsMetadata": {
|
|
332
|
+
"colorA": {
|
|
333
|
+
"ui": {
|
|
334
|
+
"type": "color",
|
|
335
|
+
"label": "Color A"
|
|
336
|
+
},
|
|
337
|
+
"default": "#ff6b35",
|
|
338
|
+
"description": "Primary color of the blob"
|
|
339
|
+
},
|
|
340
|
+
"colorB": {
|
|
341
|
+
"ui": {
|
|
342
|
+
"type": "color",
|
|
343
|
+
"label": "Color B"
|
|
344
|
+
},
|
|
345
|
+
"default": "#e91e63",
|
|
346
|
+
"description": "Secondary color of the blob"
|
|
347
|
+
},
|
|
348
|
+
"size": {
|
|
349
|
+
"ui": {
|
|
350
|
+
"type": "range",
|
|
351
|
+
"min": 0,
|
|
352
|
+
"max": 1,
|
|
353
|
+
"step": 0.01,
|
|
354
|
+
"label": "Size"
|
|
355
|
+
},
|
|
356
|
+
"default": 0.5,
|
|
357
|
+
"description": "Size of the blob"
|
|
358
|
+
},
|
|
359
|
+
"deformation": {
|
|
360
|
+
"ui": {
|
|
361
|
+
"type": "range",
|
|
362
|
+
"min": 0,
|
|
363
|
+
"max": 1,
|
|
364
|
+
"step": 0.01,
|
|
365
|
+
"label": "Deformation"
|
|
366
|
+
},
|
|
367
|
+
"default": 0.5,
|
|
368
|
+
"description": "How organic and blobby the shape is (0 = circle, 1 = very blobby)"
|
|
369
|
+
},
|
|
370
|
+
"softness": {
|
|
371
|
+
"ui": {
|
|
372
|
+
"type": "range",
|
|
373
|
+
"min": 0,
|
|
374
|
+
"max": 1,
|
|
375
|
+
"step": 0.01,
|
|
376
|
+
"label": "Softness"
|
|
377
|
+
},
|
|
378
|
+
"default": 0.5,
|
|
379
|
+
"description": "Softness of the blob edges (combines edge width and transition curve)"
|
|
380
|
+
},
|
|
381
|
+
"highlightIntensity": {
|
|
382
|
+
"ui": {
|
|
383
|
+
"type": "range",
|
|
384
|
+
"min": 0,
|
|
385
|
+
"max": 1,
|
|
386
|
+
"step": 0.01,
|
|
387
|
+
"label": "Highlight Intensity"
|
|
388
|
+
},
|
|
389
|
+
"default": 0.5,
|
|
390
|
+
"description": "Intensity of specular highlight effect"
|
|
391
|
+
},
|
|
392
|
+
"highlightX": {
|
|
393
|
+
"ui": {
|
|
394
|
+
"type": "range",
|
|
395
|
+
"min": -1,
|
|
396
|
+
"max": 1,
|
|
397
|
+
"step": 0.01,
|
|
398
|
+
"label": "Highlight X"
|
|
399
|
+
},
|
|
400
|
+
"default": 0.3,
|
|
401
|
+
"description": "Light direction X component"
|
|
402
|
+
},
|
|
403
|
+
"highlightY": {
|
|
404
|
+
"ui": {
|
|
405
|
+
"type": "range",
|
|
406
|
+
"min": -1,
|
|
407
|
+
"max": 1,
|
|
408
|
+
"step": 0.01,
|
|
409
|
+
"label": "Highlight Y"
|
|
410
|
+
},
|
|
411
|
+
"default": -0.3,
|
|
412
|
+
"description": "Light direction Y component"
|
|
413
|
+
},
|
|
414
|
+
"highlightZ": {
|
|
415
|
+
"ui": {
|
|
416
|
+
"type": "range",
|
|
417
|
+
"min": -1,
|
|
418
|
+
"max": 1,
|
|
419
|
+
"step": 0.01,
|
|
420
|
+
"label": "Highlight Z"
|
|
421
|
+
},
|
|
422
|
+
"default": 0.4,
|
|
423
|
+
"description": "Light direction Z component"
|
|
424
|
+
},
|
|
425
|
+
"highlightColor": {
|
|
426
|
+
"ui": {
|
|
427
|
+
"type": "color",
|
|
428
|
+
"label": "Highlight Color"
|
|
429
|
+
},
|
|
430
|
+
"default": "#ffe11a",
|
|
431
|
+
"description": "Color of the specular highlight"
|
|
432
|
+
},
|
|
433
|
+
"speed": {
|
|
434
|
+
"ui": {
|
|
435
|
+
"type": "range",
|
|
436
|
+
"min": 0,
|
|
437
|
+
"max": 2,
|
|
438
|
+
"step": 0.1,
|
|
439
|
+
"label": "Speed"
|
|
440
|
+
},
|
|
441
|
+
"default": 0.5,
|
|
442
|
+
"description": "Animation speed"
|
|
443
|
+
},
|
|
444
|
+
"seed": {
|
|
445
|
+
"ui": {
|
|
446
|
+
"type": "range",
|
|
447
|
+
"min": 0,
|
|
448
|
+
"max": 100,
|
|
449
|
+
"step": 1,
|
|
450
|
+
"label": "Seed"
|
|
451
|
+
},
|
|
452
|
+
"default": 1,
|
|
453
|
+
"description": "Adjusts the starting state, useful for variation"
|
|
454
|
+
},
|
|
455
|
+
"center": {
|
|
456
|
+
"ui": {
|
|
457
|
+
"type": "position",
|
|
458
|
+
"label": "Center Position"
|
|
459
|
+
},
|
|
460
|
+
"default": {
|
|
461
|
+
"x": 0.5,
|
|
462
|
+
"y": 0.5
|
|
463
|
+
},
|
|
464
|
+
"description": "The center point of the blob"
|
|
465
|
+
}
|
|
466
|
+
}
|
|
467
|
+
},
|
|
468
|
+
{
|
|
469
|
+
"name": "DiffuseBlur",
|
|
470
|
+
"fileName": "DiffuseBlur",
|
|
471
|
+
"category": "Blurs",
|
|
472
|
+
"definition": {
|
|
473
|
+
"name": "DiffuseBlur",
|
|
474
|
+
"category": "Blurs",
|
|
475
|
+
"requiresRTT": true,
|
|
476
|
+
"props": {
|
|
477
|
+
"intensity": {
|
|
478
|
+
"default": 30,
|
|
479
|
+
"description": "Intensity of the diffuse blur effect",
|
|
480
|
+
"ui": {
|
|
481
|
+
"type": "range",
|
|
482
|
+
"min": 0,
|
|
483
|
+
"max": 100,
|
|
484
|
+
"step": 1,
|
|
485
|
+
"label": "Intensity"
|
|
486
|
+
}
|
|
487
|
+
}
|
|
488
|
+
}
|
|
489
|
+
},
|
|
490
|
+
"propsMetadata": {
|
|
491
|
+
"intensity": {
|
|
492
|
+
"ui": {
|
|
493
|
+
"type": "range",
|
|
494
|
+
"min": 0,
|
|
495
|
+
"max": 100,
|
|
496
|
+
"step": 1,
|
|
497
|
+
"label": "Intensity"
|
|
498
|
+
},
|
|
499
|
+
"default": 30,
|
|
500
|
+
"description": "Intensity of the diffuse blur effect"
|
|
501
|
+
}
|
|
502
|
+
}
|
|
503
|
+
},
|
|
504
|
+
{
|
|
505
|
+
"name": "Bulge",
|
|
506
|
+
"fileName": "Bulge",
|
|
507
|
+
"category": "Distortions",
|
|
508
|
+
"definition": {
|
|
509
|
+
"name": "Bulge",
|
|
510
|
+
"category": "Distortions",
|
|
511
|
+
"requiresRTT": true,
|
|
512
|
+
"props": {
|
|
513
|
+
"center": {
|
|
514
|
+
"default": {
|
|
515
|
+
"x": 0.5,
|
|
516
|
+
"y": 0.5
|
|
517
|
+
},
|
|
518
|
+
"description": "The center point of the bulge effect",
|
|
519
|
+
"ui": {
|
|
520
|
+
"type": "position",
|
|
521
|
+
"label": "Center"
|
|
522
|
+
}
|
|
523
|
+
},
|
|
524
|
+
"strength": {
|
|
525
|
+
"default": 1,
|
|
526
|
+
"description": "The intensity of the bulge effect (positive = bulge out, negative = pinch in)",
|
|
527
|
+
"ui": {
|
|
528
|
+
"type": "range",
|
|
529
|
+
"min": -1,
|
|
530
|
+
"max": 1,
|
|
531
|
+
"step": 0.01,
|
|
532
|
+
"label": "Strength"
|
|
533
|
+
}
|
|
534
|
+
},
|
|
535
|
+
"radius": {
|
|
536
|
+
"default": 1,
|
|
537
|
+
"description": "The radius of the bulge effect area",
|
|
538
|
+
"ui": {
|
|
539
|
+
"type": "range",
|
|
540
|
+
"min": 0,
|
|
541
|
+
"max": 5,
|
|
542
|
+
"step": 0.01,
|
|
543
|
+
"label": "Radius"
|
|
544
|
+
}
|
|
545
|
+
}
|
|
546
|
+
}
|
|
547
|
+
},
|
|
548
|
+
"propsMetadata": {
|
|
549
|
+
"center": {
|
|
550
|
+
"ui": {
|
|
551
|
+
"type": "position",
|
|
552
|
+
"label": "Center"
|
|
553
|
+
},
|
|
554
|
+
"default": {
|
|
555
|
+
"x": 0.5,
|
|
556
|
+
"y": 0.5
|
|
557
|
+
},
|
|
558
|
+
"description": "The center point of the bulge effect"
|
|
559
|
+
},
|
|
560
|
+
"strength": {
|
|
561
|
+
"ui": {
|
|
562
|
+
"type": "range",
|
|
563
|
+
"min": -1,
|
|
564
|
+
"max": 1,
|
|
565
|
+
"step": 0.01,
|
|
566
|
+
"label": "Strength"
|
|
567
|
+
},
|
|
568
|
+
"default": 1,
|
|
569
|
+
"description": "The intensity of the bulge effect (positive = bulge out, negative = pinch in)"
|
|
570
|
+
},
|
|
571
|
+
"radius": {
|
|
572
|
+
"ui": {
|
|
573
|
+
"type": "range",
|
|
574
|
+
"min": 0,
|
|
575
|
+
"max": 5,
|
|
576
|
+
"step": 0.01,
|
|
577
|
+
"label": "Radius"
|
|
578
|
+
},
|
|
579
|
+
"default": 1,
|
|
580
|
+
"description": "The radius of the bulge effect area"
|
|
581
|
+
}
|
|
582
|
+
}
|
|
583
|
+
},
|
|
584
|
+
{
|
|
585
|
+
"name": "ChannelBlur",
|
|
586
|
+
"fileName": "ChannelBlur",
|
|
587
|
+
"category": "Blurs",
|
|
588
|
+
"definition": {
|
|
589
|
+
"name": "ChannelBlur",
|
|
590
|
+
"category": "Blurs",
|
|
591
|
+
"requiresRTT": true,
|
|
592
|
+
"props": {
|
|
593
|
+
"redIntensity": {
|
|
594
|
+
"default": 0,
|
|
595
|
+
"description": "Blur intensity for red channel",
|
|
596
|
+
"ui": {
|
|
597
|
+
"type": "range",
|
|
598
|
+
"min": 0,
|
|
599
|
+
"max": 100,
|
|
600
|
+
"step": 1,
|
|
601
|
+
"label": "Red Intensity"
|
|
602
|
+
}
|
|
603
|
+
},
|
|
604
|
+
"greenIntensity": {
|
|
605
|
+
"default": 20,
|
|
606
|
+
"description": "Blur intensity for green channel",
|
|
607
|
+
"ui": {
|
|
608
|
+
"type": "range",
|
|
609
|
+
"min": 0,
|
|
610
|
+
"max": 100,
|
|
611
|
+
"step": 1,
|
|
612
|
+
"label": "Green Intensity"
|
|
613
|
+
}
|
|
614
|
+
},
|
|
615
|
+
"blueIntensity": {
|
|
616
|
+
"default": 40,
|
|
617
|
+
"description": "Blur intensity for blue channel",
|
|
618
|
+
"ui": {
|
|
619
|
+
"type": "range",
|
|
620
|
+
"min": 0,
|
|
621
|
+
"max": 100,
|
|
622
|
+
"step": 1,
|
|
623
|
+
"label": "Blue Intensity"
|
|
624
|
+
}
|
|
625
|
+
}
|
|
626
|
+
}
|
|
627
|
+
},
|
|
628
|
+
"propsMetadata": {
|
|
629
|
+
"redIntensity": {
|
|
630
|
+
"ui": {
|
|
631
|
+
"type": "range",
|
|
632
|
+
"min": 0,
|
|
633
|
+
"max": 100,
|
|
634
|
+
"step": 1,
|
|
635
|
+
"label": "Red Intensity"
|
|
636
|
+
},
|
|
637
|
+
"default": 0,
|
|
638
|
+
"description": "Blur intensity for red channel"
|
|
639
|
+
},
|
|
640
|
+
"greenIntensity": {
|
|
641
|
+
"ui": {
|
|
642
|
+
"type": "range",
|
|
643
|
+
"min": 0,
|
|
644
|
+
"max": 100,
|
|
645
|
+
"step": 1,
|
|
646
|
+
"label": "Green Intensity"
|
|
647
|
+
},
|
|
648
|
+
"default": 20,
|
|
649
|
+
"description": "Blur intensity for green channel"
|
|
650
|
+
},
|
|
651
|
+
"blueIntensity": {
|
|
652
|
+
"ui": {
|
|
653
|
+
"type": "range",
|
|
654
|
+
"min": 0,
|
|
655
|
+
"max": 100,
|
|
656
|
+
"step": 1,
|
|
657
|
+
"label": "Blue Intensity"
|
|
658
|
+
},
|
|
659
|
+
"default": 40,
|
|
660
|
+
"description": "Blur intensity for blue channel"
|
|
661
|
+
}
|
|
662
|
+
}
|
|
663
|
+
},
|
|
664
|
+
{
|
|
665
|
+
"name": "Checkerboard",
|
|
666
|
+
"fileName": "Checkerboard",
|
|
667
|
+
"category": "Shapes & Masks",
|
|
668
|
+
"definition": {
|
|
669
|
+
"name": "Checkerboard",
|
|
670
|
+
"category": "Shapes & Masks",
|
|
671
|
+
"props": {
|
|
672
|
+
"colorA": {
|
|
673
|
+
"default": "#cccccc",
|
|
674
|
+
"description": "First color of the checkerboard pattern",
|
|
675
|
+
"ui": {
|
|
676
|
+
"type": "color",
|
|
677
|
+
"label": "Color A"
|
|
678
|
+
}
|
|
679
|
+
},
|
|
680
|
+
"colorB": {
|
|
681
|
+
"default": "#999999",
|
|
682
|
+
"description": "Second color of the checkerboard pattern",
|
|
683
|
+
"ui": {
|
|
684
|
+
"type": "color",
|
|
685
|
+
"label": "Color B"
|
|
686
|
+
}
|
|
687
|
+
},
|
|
688
|
+
"cells": {
|
|
689
|
+
"default": 8,
|
|
690
|
+
"description": "Number of cells along the shortest canvas edge (creates square cells)",
|
|
691
|
+
"ui": {
|
|
692
|
+
"type": "range",
|
|
693
|
+
"min": 1,
|
|
694
|
+
"max": 50,
|
|
695
|
+
"step": 1,
|
|
696
|
+
"label": "Cells"
|
|
697
|
+
}
|
|
698
|
+
}
|
|
699
|
+
}
|
|
700
|
+
},
|
|
701
|
+
"propsMetadata": {
|
|
702
|
+
"colorA": {
|
|
703
|
+
"ui": {
|
|
704
|
+
"type": "color",
|
|
705
|
+
"label": "Color A"
|
|
706
|
+
},
|
|
707
|
+
"default": "#cccccc",
|
|
708
|
+
"description": "First color of the checkerboard pattern"
|
|
709
|
+
},
|
|
710
|
+
"colorB": {
|
|
711
|
+
"ui": {
|
|
712
|
+
"type": "color",
|
|
713
|
+
"label": "Color B"
|
|
714
|
+
},
|
|
715
|
+
"default": "#999999",
|
|
716
|
+
"description": "Second color of the checkerboard pattern"
|
|
717
|
+
},
|
|
718
|
+
"cells": {
|
|
719
|
+
"ui": {
|
|
720
|
+
"type": "range",
|
|
721
|
+
"min": 1,
|
|
722
|
+
"max": 50,
|
|
723
|
+
"step": 1,
|
|
724
|
+
"label": "Cells"
|
|
725
|
+
},
|
|
726
|
+
"default": 8,
|
|
727
|
+
"description": "Number of cells along the shortest canvas edge (creates square cells)"
|
|
728
|
+
}
|
|
729
|
+
}
|
|
730
|
+
},
|
|
731
|
+
{
|
|
732
|
+
"name": "ChromaFlow",
|
|
733
|
+
"fileName": "ChromaFlow",
|
|
734
|
+
"category": "Gradients & Colors",
|
|
735
|
+
"definition": {
|
|
736
|
+
"name": "ChromaFlow",
|
|
737
|
+
"category": "Gradients & Colors",
|
|
738
|
+
"props": {
|
|
739
|
+
"baseColor": {
|
|
740
|
+
"default": "#0066ff",
|
|
741
|
+
"description": "Base liquid color",
|
|
742
|
+
"ui": {
|
|
743
|
+
"type": "color",
|
|
744
|
+
"label": "Base Color"
|
|
745
|
+
}
|
|
746
|
+
},
|
|
747
|
+
"upColor": {
|
|
748
|
+
"default": "#00ff00",
|
|
749
|
+
"description": "Color for upward movement",
|
|
750
|
+
"ui": {
|
|
751
|
+
"type": "color",
|
|
752
|
+
"label": "Up Color"
|
|
753
|
+
}
|
|
754
|
+
},
|
|
755
|
+
"downColor": {
|
|
756
|
+
"default": "#ff0000",
|
|
757
|
+
"description": "Color for downward movement",
|
|
758
|
+
"ui": {
|
|
759
|
+
"type": "color",
|
|
760
|
+
"label": "Down Color"
|
|
761
|
+
}
|
|
762
|
+
},
|
|
763
|
+
"leftColor": {
|
|
764
|
+
"default": "#0000ff",
|
|
765
|
+
"description": "Color for leftward movement",
|
|
766
|
+
"ui": {
|
|
767
|
+
"type": "color",
|
|
768
|
+
"label": "Left Color"
|
|
769
|
+
}
|
|
770
|
+
},
|
|
771
|
+
"rightColor": {
|
|
772
|
+
"default": "#ffff00",
|
|
773
|
+
"description": "Color for rightward movement",
|
|
774
|
+
"ui": {
|
|
775
|
+
"type": "color",
|
|
776
|
+
"label": "Right Color"
|
|
777
|
+
}
|
|
778
|
+
},
|
|
779
|
+
"intensity": {
|
|
780
|
+
"default": 1,
|
|
781
|
+
"description": "Strength of the liquid effect",
|
|
782
|
+
"ui": {
|
|
783
|
+
"type": "range",
|
|
784
|
+
"min": 0.5,
|
|
785
|
+
"max": 1.5,
|
|
786
|
+
"step": 0.1,
|
|
787
|
+
"label": "Intensity"
|
|
788
|
+
}
|
|
789
|
+
},
|
|
790
|
+
"duration": {
|
|
791
|
+
"default": 3,
|
|
792
|
+
"description": "How long the liquid persists (higher = longer)",
|
|
793
|
+
"ui": {
|
|
794
|
+
"type": "range",
|
|
795
|
+
"min": 0,
|
|
796
|
+
"max": 10,
|
|
797
|
+
"step": 0.1,
|
|
798
|
+
"label": "Duration"
|
|
799
|
+
}
|
|
800
|
+
},
|
|
801
|
+
"radius": {
|
|
802
|
+
"default": 2,
|
|
803
|
+
"description": "Radius of the liquid effect",
|
|
804
|
+
"ui": {
|
|
805
|
+
"type": "range",
|
|
806
|
+
"min": 0,
|
|
807
|
+
"max": 3,
|
|
808
|
+
"step": 0.01,
|
|
809
|
+
"label": "Radius"
|
|
810
|
+
}
|
|
811
|
+
},
|
|
812
|
+
"momentum": {
|
|
813
|
+
"default": 30,
|
|
814
|
+
"description": "How much momentum colors retain in their flow direction",
|
|
815
|
+
"ui": {
|
|
816
|
+
"type": "range",
|
|
817
|
+
"min": 10,
|
|
818
|
+
"max": 60,
|
|
819
|
+
"step": 1,
|
|
820
|
+
"label": "Momentum"
|
|
821
|
+
}
|
|
822
|
+
}
|
|
823
|
+
}
|
|
824
|
+
},
|
|
825
|
+
"propsMetadata": {
|
|
826
|
+
"baseColor": {
|
|
827
|
+
"ui": {
|
|
828
|
+
"type": "color",
|
|
829
|
+
"label": "Base Color"
|
|
830
|
+
},
|
|
831
|
+
"default": "#0066ff",
|
|
832
|
+
"description": "Base liquid color"
|
|
833
|
+
},
|
|
834
|
+
"upColor": {
|
|
835
|
+
"ui": {
|
|
836
|
+
"type": "color",
|
|
837
|
+
"label": "Up Color"
|
|
838
|
+
},
|
|
839
|
+
"default": "#00ff00",
|
|
840
|
+
"description": "Color for upward movement"
|
|
841
|
+
},
|
|
842
|
+
"downColor": {
|
|
843
|
+
"ui": {
|
|
844
|
+
"type": "color",
|
|
845
|
+
"label": "Down Color"
|
|
846
|
+
},
|
|
847
|
+
"default": "#ff0000",
|
|
848
|
+
"description": "Color for downward movement"
|
|
849
|
+
},
|
|
850
|
+
"leftColor": {
|
|
851
|
+
"ui": {
|
|
852
|
+
"type": "color",
|
|
853
|
+
"label": "Left Color"
|
|
854
|
+
},
|
|
855
|
+
"default": "#0000ff",
|
|
856
|
+
"description": "Color for leftward movement"
|
|
857
|
+
},
|
|
858
|
+
"rightColor": {
|
|
859
|
+
"ui": {
|
|
860
|
+
"type": "color",
|
|
861
|
+
"label": "Right Color"
|
|
862
|
+
},
|
|
863
|
+
"default": "#ffff00",
|
|
864
|
+
"description": "Color for rightward movement"
|
|
865
|
+
},
|
|
866
|
+
"intensity": {
|
|
867
|
+
"ui": {
|
|
868
|
+
"type": "range",
|
|
869
|
+
"min": 0.5,
|
|
870
|
+
"max": 1.5,
|
|
871
|
+
"step": 0.1,
|
|
872
|
+
"label": "Intensity"
|
|
873
|
+
},
|
|
874
|
+
"default": 1,
|
|
875
|
+
"description": "Strength of the liquid effect"
|
|
876
|
+
},
|
|
877
|
+
"duration": {
|
|
878
|
+
"ui": {
|
|
879
|
+
"type": "range",
|
|
880
|
+
"min": 0,
|
|
881
|
+
"max": 10,
|
|
882
|
+
"step": 0.1,
|
|
883
|
+
"label": "Duration"
|
|
884
|
+
},
|
|
885
|
+
"default": 3,
|
|
886
|
+
"description": "How long the liquid persists (higher = longer)"
|
|
887
|
+
},
|
|
888
|
+
"radius": {
|
|
889
|
+
"ui": {
|
|
890
|
+
"type": "range",
|
|
891
|
+
"min": 0,
|
|
892
|
+
"max": 3,
|
|
893
|
+
"step": 0.01,
|
|
894
|
+
"label": "Radius"
|
|
895
|
+
},
|
|
896
|
+
"default": 2,
|
|
897
|
+
"description": "Radius of the liquid effect"
|
|
898
|
+
},
|
|
899
|
+
"momentum": {
|
|
900
|
+
"ui": {
|
|
901
|
+
"type": "range",
|
|
902
|
+
"min": 10,
|
|
903
|
+
"max": 60,
|
|
904
|
+
"step": 1,
|
|
905
|
+
"label": "Momentum"
|
|
906
|
+
},
|
|
907
|
+
"default": 30,
|
|
908
|
+
"description": "How much momentum colors retain in their flow direction"
|
|
909
|
+
}
|
|
910
|
+
}
|
|
911
|
+
},
|
|
912
|
+
{
|
|
913
|
+
"name": "ChromaticAberration",
|
|
914
|
+
"fileName": "ChromaticAberration",
|
|
915
|
+
"category": "Distortions",
|
|
916
|
+
"definition": {
|
|
917
|
+
"name": "ChromaticAberration",
|
|
918
|
+
"category": "Distortions",
|
|
919
|
+
"props": {}
|
|
920
|
+
},
|
|
921
|
+
"propsMetadata": {}
|
|
922
|
+
},
|
|
923
|
+
{
|
|
924
|
+
"name": "Circle",
|
|
925
|
+
"fileName": "Circle",
|
|
926
|
+
"category": "Shapes & Masks",
|
|
927
|
+
"definition": {
|
|
928
|
+
"name": "Circle",
|
|
929
|
+
"category": "Shapes & Masks",
|
|
930
|
+
"props": {
|
|
931
|
+
"color": {
|
|
932
|
+
"default": "#ffffff",
|
|
933
|
+
"description": "The color of the circle",
|
|
934
|
+
"ui": {
|
|
935
|
+
"type": "color",
|
|
936
|
+
"label": "Color"
|
|
937
|
+
}
|
|
938
|
+
},
|
|
939
|
+
"radius": {
|
|
940
|
+
"default": 1,
|
|
941
|
+
"description": "The radius of the circle. A value of one (1) is sets the circle to fit the canvas.",
|
|
942
|
+
"ui": {
|
|
943
|
+
"type": "range",
|
|
944
|
+
"min": 0,
|
|
945
|
+
"max": 2,
|
|
946
|
+
"step": 0.01,
|
|
947
|
+
"label": "Radius"
|
|
948
|
+
}
|
|
949
|
+
},
|
|
950
|
+
"softness": {
|
|
951
|
+
"default": 0,
|
|
952
|
+
"description": "Edge softness. Lower values like zero (0) are sharp, higher values like one (1) are softer.",
|
|
953
|
+
"ui": {
|
|
954
|
+
"type": "range",
|
|
955
|
+
"min": 0,
|
|
956
|
+
"max": 1,
|
|
957
|
+
"step": 0.01,
|
|
958
|
+
"label": "Softness"
|
|
959
|
+
}
|
|
960
|
+
},
|
|
961
|
+
"center": {
|
|
962
|
+
"default": {
|
|
963
|
+
"x": 0.5,
|
|
964
|
+
"y": 0.5
|
|
965
|
+
},
|
|
966
|
+
"description": "The center point of the circle",
|
|
967
|
+
"ui": {
|
|
968
|
+
"type": "position",
|
|
969
|
+
"label": "Center Position"
|
|
970
|
+
}
|
|
971
|
+
}
|
|
972
|
+
}
|
|
973
|
+
},
|
|
974
|
+
"propsMetadata": {
|
|
975
|
+
"color": {
|
|
976
|
+
"ui": {
|
|
977
|
+
"type": "color",
|
|
978
|
+
"label": "Color"
|
|
979
|
+
},
|
|
980
|
+
"default": "#ffffff",
|
|
981
|
+
"description": "The color of the circle"
|
|
982
|
+
},
|
|
983
|
+
"radius": {
|
|
984
|
+
"ui": {
|
|
985
|
+
"type": "range",
|
|
986
|
+
"min": 0,
|
|
987
|
+
"max": 2,
|
|
988
|
+
"step": 0.01,
|
|
989
|
+
"label": "Radius"
|
|
990
|
+
},
|
|
991
|
+
"default": 1,
|
|
992
|
+
"description": "The radius of the circle. A value of one (1) is sets the circle to fit the canvas."
|
|
993
|
+
},
|
|
994
|
+
"softness": {
|
|
995
|
+
"ui": {
|
|
996
|
+
"type": "range",
|
|
997
|
+
"min": 0,
|
|
998
|
+
"max": 1,
|
|
999
|
+
"step": 0.01,
|
|
1000
|
+
"label": "Softness"
|
|
1001
|
+
},
|
|
1002
|
+
"default": 0,
|
|
1003
|
+
"description": "Edge softness. Lower values like zero (0) are sharp, higher values like one (1) are softer."
|
|
1004
|
+
},
|
|
1005
|
+
"center": {
|
|
1006
|
+
"ui": {
|
|
1007
|
+
"type": "position",
|
|
1008
|
+
"label": "Center Position"
|
|
1009
|
+
},
|
|
1010
|
+
"default": {
|
|
1011
|
+
"x": 0.5,
|
|
1012
|
+
"y": 0.5
|
|
1013
|
+
},
|
|
1014
|
+
"description": "The center point of the circle"
|
|
1015
|
+
}
|
|
1016
|
+
}
|
|
1017
|
+
},
|
|
1018
|
+
{
|
|
1019
|
+
"name": "ColorMapping",
|
|
1020
|
+
"fileName": "ColorMapping",
|
|
1021
|
+
"category": "Color Adjustments",
|
|
1022
|
+
"definition": {
|
|
1023
|
+
"name": "ColorMapping",
|
|
1024
|
+
"category": "Color Adjustments",
|
|
1025
|
+
"props": {}
|
|
1026
|
+
},
|
|
1027
|
+
"propsMetadata": {}
|
|
1028
|
+
},
|
|
1029
|
+
{
|
|
1030
|
+
"name": "CRTScreen",
|
|
1031
|
+
"fileName": "CRTScreen",
|
|
1032
|
+
"category": "Effects",
|
|
1033
|
+
"definition": {
|
|
1034
|
+
"name": "CRTScreen",
|
|
1035
|
+
"category": "Effects",
|
|
1036
|
+
"requiresRTT": true,
|
|
1037
|
+
"props": {
|
|
1038
|
+
"pixelSize": {
|
|
1039
|
+
"default": 128,
|
|
1040
|
+
"description": "Size of individual TV pixels (lower = more pixels)",
|
|
1041
|
+
"ui": {
|
|
1042
|
+
"type": "range",
|
|
1043
|
+
"min": 8,
|
|
1044
|
+
"max": 128,
|
|
1045
|
+
"step": 1,
|
|
1046
|
+
"label": "Pixel Size"
|
|
1047
|
+
}
|
|
1048
|
+
},
|
|
1049
|
+
"colorShift": {
|
|
1050
|
+
"default": 1,
|
|
1051
|
+
"description": "Chromatic aberration amount",
|
|
1052
|
+
"ui": {
|
|
1053
|
+
"type": "range",
|
|
1054
|
+
"min": 0,
|
|
1055
|
+
"max": 10,
|
|
1056
|
+
"step": 0.1,
|
|
1057
|
+
"label": "Color Shift"
|
|
1058
|
+
}
|
|
1059
|
+
},
|
|
1060
|
+
"scanlineIntensity": {
|
|
1061
|
+
"default": 0.3,
|
|
1062
|
+
"description": "Strength of horizontal scanlines",
|
|
1063
|
+
"ui": {
|
|
1064
|
+
"type": "range",
|
|
1065
|
+
"min": 0,
|
|
1066
|
+
"max": 1,
|
|
1067
|
+
"step": 0.01,
|
|
1068
|
+
"label": "Scanline Intensity"
|
|
1069
|
+
}
|
|
1070
|
+
},
|
|
1071
|
+
"scanlineFrequency": {
|
|
1072
|
+
"default": 200,
|
|
1073
|
+
"description": "Number of scanlines across screen",
|
|
1074
|
+
"ui": {
|
|
1075
|
+
"type": "range",
|
|
1076
|
+
"min": 100,
|
|
1077
|
+
"max": 800,
|
|
1078
|
+
"step": 10,
|
|
1079
|
+
"label": "Scanline Frequency"
|
|
1080
|
+
}
|
|
1081
|
+
},
|
|
1082
|
+
"brightness": {
|
|
1083
|
+
"default": 1.1,
|
|
1084
|
+
"description": "Screen brightness boost",
|
|
1085
|
+
"ui": {
|
|
1086
|
+
"type": "range",
|
|
1087
|
+
"min": 0.5,
|
|
1088
|
+
"max": 2,
|
|
1089
|
+
"step": 0.01,
|
|
1090
|
+
"label": "Brightness"
|
|
1091
|
+
}
|
|
1092
|
+
},
|
|
1093
|
+
"contrast": {
|
|
1094
|
+
"default": 1.2,
|
|
1095
|
+
"description": "Screen contrast enhancement",
|
|
1096
|
+
"ui": {
|
|
1097
|
+
"type": "range",
|
|
1098
|
+
"min": 0.5,
|
|
1099
|
+
"max": 2,
|
|
1100
|
+
"step": 0.01,
|
|
1101
|
+
"label": "Contrast"
|
|
1102
|
+
}
|
|
1103
|
+
},
|
|
1104
|
+
"curvature": {
|
|
1105
|
+
"default": 0.2,
|
|
1106
|
+
"description": "CRT screen curvature effect",
|
|
1107
|
+
"ui": {
|
|
1108
|
+
"type": "range",
|
|
1109
|
+
"min": 0,
|
|
1110
|
+
"max": 0.3,
|
|
1111
|
+
"step": 0.01,
|
|
1112
|
+
"label": "Curvature"
|
|
1113
|
+
}
|
|
1114
|
+
},
|
|
1115
|
+
"scaleToFill": {
|
|
1116
|
+
"default": 0,
|
|
1117
|
+
"description": "Automatically scale to eliminate curvature whitespace",
|
|
1118
|
+
"ui": {
|
|
1119
|
+
"type": "checkbox",
|
|
1120
|
+
"label": "Scale to Fill"
|
|
1121
|
+
}
|
|
1122
|
+
}
|
|
1123
|
+
}
|
|
1124
|
+
},
|
|
1125
|
+
"propsMetadata": {
|
|
1126
|
+
"pixelSize": {
|
|
1127
|
+
"ui": {
|
|
1128
|
+
"type": "range",
|
|
1129
|
+
"min": 8,
|
|
1130
|
+
"max": 128,
|
|
1131
|
+
"step": 1,
|
|
1132
|
+
"label": "Pixel Size"
|
|
1133
|
+
},
|
|
1134
|
+
"default": 128,
|
|
1135
|
+
"description": "Size of individual TV pixels (lower = more pixels)"
|
|
1136
|
+
},
|
|
1137
|
+
"colorShift": {
|
|
1138
|
+
"ui": {
|
|
1139
|
+
"type": "range",
|
|
1140
|
+
"min": 0,
|
|
1141
|
+
"max": 10,
|
|
1142
|
+
"step": 0.1,
|
|
1143
|
+
"label": "Color Shift"
|
|
1144
|
+
},
|
|
1145
|
+
"default": 1,
|
|
1146
|
+
"description": "Chromatic aberration amount"
|
|
1147
|
+
},
|
|
1148
|
+
"scanlineIntensity": {
|
|
1149
|
+
"ui": {
|
|
1150
|
+
"type": "range",
|
|
1151
|
+
"min": 0,
|
|
1152
|
+
"max": 1,
|
|
1153
|
+
"step": 0.01,
|
|
1154
|
+
"label": "Scanline Intensity"
|
|
1155
|
+
},
|
|
1156
|
+
"default": 0.3,
|
|
1157
|
+
"description": "Strength of horizontal scanlines"
|
|
1158
|
+
},
|
|
1159
|
+
"scanlineFrequency": {
|
|
1160
|
+
"ui": {
|
|
1161
|
+
"type": "range",
|
|
1162
|
+
"min": 100,
|
|
1163
|
+
"max": 800,
|
|
1164
|
+
"step": 10,
|
|
1165
|
+
"label": "Scanline Frequency"
|
|
1166
|
+
},
|
|
1167
|
+
"default": 200,
|
|
1168
|
+
"description": "Number of scanlines across screen"
|
|
1169
|
+
},
|
|
1170
|
+
"brightness": {
|
|
1171
|
+
"ui": {
|
|
1172
|
+
"type": "range",
|
|
1173
|
+
"min": 0.5,
|
|
1174
|
+
"max": 2,
|
|
1175
|
+
"step": 0.01,
|
|
1176
|
+
"label": "Brightness"
|
|
1177
|
+
},
|
|
1178
|
+
"default": 1.1,
|
|
1179
|
+
"description": "Screen brightness boost"
|
|
1180
|
+
},
|
|
1181
|
+
"contrast": {
|
|
1182
|
+
"ui": {
|
|
1183
|
+
"type": "range",
|
|
1184
|
+
"min": 0.5,
|
|
1185
|
+
"max": 2,
|
|
1186
|
+
"step": 0.01,
|
|
1187
|
+
"label": "Contrast"
|
|
1188
|
+
},
|
|
1189
|
+
"default": 1.2,
|
|
1190
|
+
"description": "Screen contrast enhancement"
|
|
1191
|
+
},
|
|
1192
|
+
"curvature": {
|
|
1193
|
+
"ui": {
|
|
1194
|
+
"type": "range",
|
|
1195
|
+
"min": 0,
|
|
1196
|
+
"max": 0.3,
|
|
1197
|
+
"step": 0.01,
|
|
1198
|
+
"label": "Curvature"
|
|
1199
|
+
},
|
|
1200
|
+
"default": 0.2,
|
|
1201
|
+
"description": "CRT screen curvature effect"
|
|
1202
|
+
},
|
|
1203
|
+
"scaleToFill": {
|
|
1204
|
+
"ui": {
|
|
1205
|
+
"type": "checkbox",
|
|
1206
|
+
"label": "Scale to Fill"
|
|
1207
|
+
},
|
|
1208
|
+
"default": 0,
|
|
1209
|
+
"description": "Automatically scale to eliminate curvature whitespace"
|
|
1210
|
+
}
|
|
1211
|
+
}
|
|
1212
|
+
},
|
|
1213
|
+
{
|
|
1214
|
+
"name": "Dither",
|
|
1215
|
+
"fileName": "Dither",
|
|
1216
|
+
"category": "Effects",
|
|
1217
|
+
"definition": {
|
|
1218
|
+
"name": "Dither",
|
|
1219
|
+
"category": "Effects",
|
|
1220
|
+
"props": {
|
|
1221
|
+
"pixelSize": {
|
|
1222
|
+
"default": 4,
|
|
1223
|
+
"description": "Size of dithering pixels",
|
|
1224
|
+
"ui": {
|
|
1225
|
+
"type": "range",
|
|
1226
|
+
"min": 1,
|
|
1227
|
+
"max": 20,
|
|
1228
|
+
"step": 1,
|
|
1229
|
+
"label": "Pixel Size"
|
|
1230
|
+
}
|
|
1231
|
+
},
|
|
1232
|
+
"threshold": {
|
|
1233
|
+
"default": 0.5,
|
|
1234
|
+
"description": "Luminance threshold for dithering",
|
|
1235
|
+
"ui": {
|
|
1236
|
+
"type": "range",
|
|
1237
|
+
"min": 0,
|
|
1238
|
+
"max": 1,
|
|
1239
|
+
"step": 0.01,
|
|
1240
|
+
"label": "Threshold"
|
|
1241
|
+
}
|
|
1242
|
+
},
|
|
1243
|
+
"colorA": {
|
|
1244
|
+
"default": "transparent",
|
|
1245
|
+
"description": "Dark color for dithering",
|
|
1246
|
+
"ui": {
|
|
1247
|
+
"type": "color",
|
|
1248
|
+
"label": "Dark Color"
|
|
1249
|
+
}
|
|
1250
|
+
},
|
|
1251
|
+
"colorB": {
|
|
1252
|
+
"default": "#ffffff",
|
|
1253
|
+
"description": "Light color for dithering",
|
|
1254
|
+
"ui": {
|
|
1255
|
+
"type": "color",
|
|
1256
|
+
"label": "Light Color"
|
|
1257
|
+
}
|
|
1258
|
+
}
|
|
1259
|
+
}
|
|
1260
|
+
},
|
|
1261
|
+
"propsMetadata": {
|
|
1262
|
+
"pixelSize": {
|
|
1263
|
+
"ui": {
|
|
1264
|
+
"type": "range",
|
|
1265
|
+
"min": 1,
|
|
1266
|
+
"max": 20,
|
|
1267
|
+
"step": 1,
|
|
1268
|
+
"label": "Pixel Size"
|
|
1269
|
+
},
|
|
1270
|
+
"default": 4,
|
|
1271
|
+
"description": "Size of dithering pixels"
|
|
1272
|
+
},
|
|
1273
|
+
"threshold": {
|
|
1274
|
+
"ui": {
|
|
1275
|
+
"type": "range",
|
|
1276
|
+
"min": 0,
|
|
1277
|
+
"max": 1,
|
|
1278
|
+
"step": 0.01,
|
|
1279
|
+
"label": "Threshold"
|
|
1280
|
+
},
|
|
1281
|
+
"default": 0.5,
|
|
1282
|
+
"description": "Luminance threshold for dithering"
|
|
1283
|
+
},
|
|
1284
|
+
"colorA": {
|
|
1285
|
+
"ui": {
|
|
1286
|
+
"type": "color",
|
|
1287
|
+
"label": "Dark Color"
|
|
1288
|
+
},
|
|
1289
|
+
"default": "transparent",
|
|
1290
|
+
"description": "Dark color for dithering"
|
|
1291
|
+
},
|
|
1292
|
+
"colorB": {
|
|
1293
|
+
"ui": {
|
|
1294
|
+
"type": "color",
|
|
1295
|
+
"label": "Light Color"
|
|
1296
|
+
},
|
|
1297
|
+
"default": "#ffffff",
|
|
1298
|
+
"description": "Light color for dithering"
|
|
1299
|
+
}
|
|
1300
|
+
}
|
|
1301
|
+
},
|
|
1302
|
+
{
|
|
1303
|
+
"name": "DotGrid",
|
|
1304
|
+
"fileName": "DotGrid",
|
|
1305
|
+
"category": "Shapes & Masks",
|
|
1306
|
+
"definition": {
|
|
1307
|
+
"name": "DotGrid",
|
|
1308
|
+
"category": "Shapes & Masks",
|
|
1309
|
+
"props": {
|
|
1310
|
+
"color": {
|
|
1311
|
+
"default": "#ffffff",
|
|
1312
|
+
"description": "The color of the dot",
|
|
1313
|
+
"ui": {
|
|
1314
|
+
"type": "color",
|
|
1315
|
+
"label": "Color"
|
|
1316
|
+
}
|
|
1317
|
+
},
|
|
1318
|
+
"density": {
|
|
1319
|
+
"default": 100,
|
|
1320
|
+
"description": "The number of dots on the longest canvas edge",
|
|
1321
|
+
"ui": {
|
|
1322
|
+
"type": "range",
|
|
1323
|
+
"min": 10,
|
|
1324
|
+
"max": 500,
|
|
1325
|
+
"step": 10,
|
|
1326
|
+
"label": "Density"
|
|
1327
|
+
}
|
|
1328
|
+
},
|
|
1329
|
+
"dotSize": {
|
|
1330
|
+
"default": 0.3,
|
|
1331
|
+
"description": "The size of each dot, zero (0) being invisible, one (1) filled the grid with no gaps",
|
|
1332
|
+
"ui": {
|
|
1333
|
+
"type": "range",
|
|
1334
|
+
"min": 0,
|
|
1335
|
+
"max": 1,
|
|
1336
|
+
"step": 0.01,
|
|
1337
|
+
"label": "Dot Size"
|
|
1338
|
+
}
|
|
1339
|
+
},
|
|
1340
|
+
"twinkle": {
|
|
1341
|
+
"default": 0,
|
|
1342
|
+
"description": "Intensity of the twinkle effect (0 = off, 1 = full twinkle)",
|
|
1343
|
+
"ui": {
|
|
1344
|
+
"type": "range",
|
|
1345
|
+
"min": 0,
|
|
1346
|
+
"max": 1,
|
|
1347
|
+
"step": 0.01,
|
|
1348
|
+
"label": "Twinkle"
|
|
1349
|
+
}
|
|
1350
|
+
}
|
|
1351
|
+
}
|
|
1352
|
+
},
|
|
1353
|
+
"propsMetadata": {
|
|
1354
|
+
"color": {
|
|
1355
|
+
"ui": {
|
|
1356
|
+
"type": "color",
|
|
1357
|
+
"label": "Color"
|
|
1358
|
+
},
|
|
1359
|
+
"default": "#ffffff",
|
|
1360
|
+
"description": "The color of the dot"
|
|
1361
|
+
},
|
|
1362
|
+
"density": {
|
|
1363
|
+
"ui": {
|
|
1364
|
+
"type": "range",
|
|
1365
|
+
"min": 10,
|
|
1366
|
+
"max": 500,
|
|
1367
|
+
"step": 10,
|
|
1368
|
+
"label": "Density"
|
|
1369
|
+
},
|
|
1370
|
+
"default": 100,
|
|
1371
|
+
"description": "The number of dots on the longest canvas edge"
|
|
1372
|
+
},
|
|
1373
|
+
"dotSize": {
|
|
1374
|
+
"ui": {
|
|
1375
|
+
"type": "range",
|
|
1376
|
+
"min": 0,
|
|
1377
|
+
"max": 1,
|
|
1378
|
+
"step": 0.01,
|
|
1379
|
+
"label": "Dot Size"
|
|
1380
|
+
},
|
|
1381
|
+
"default": 0.3,
|
|
1382
|
+
"description": "The size of each dot, zero (0) being invisible, one (1) filled the grid with no gaps"
|
|
1383
|
+
},
|
|
1384
|
+
"twinkle": {
|
|
1385
|
+
"ui": {
|
|
1386
|
+
"type": "range",
|
|
1387
|
+
"min": 0,
|
|
1388
|
+
"max": 1,
|
|
1389
|
+
"step": 0.01,
|
|
1390
|
+
"label": "Twinkle"
|
|
1391
|
+
},
|
|
1392
|
+
"default": 0,
|
|
1393
|
+
"description": "Intensity of the twinkle effect (0 = off, 1 = full twinkle)"
|
|
1394
|
+
}
|
|
1395
|
+
}
|
|
1396
|
+
},
|
|
1397
|
+
{
|
|
1398
|
+
"name": "Duotone",
|
|
1399
|
+
"fileName": "Duotone",
|
|
1400
|
+
"category": "Color Adjustments",
|
|
1401
|
+
"definition": {
|
|
1402
|
+
"name": "Duotone",
|
|
1403
|
+
"category": "Color Adjustments",
|
|
1404
|
+
"props": {}
|
|
1405
|
+
},
|
|
1406
|
+
"propsMetadata": {}
|
|
1407
|
+
},
|
|
1408
|
+
{
|
|
1409
|
+
"name": "Exposure",
|
|
1410
|
+
"fileName": "Exposure",
|
|
1411
|
+
"category": "Color Adjustments",
|
|
1412
|
+
"definition": {
|
|
1413
|
+
"name": "Exposure",
|
|
1414
|
+
"category": "Color Adjustments",
|
|
1415
|
+
"props": {}
|
|
1416
|
+
},
|
|
1417
|
+
"propsMetadata": {}
|
|
1418
|
+
},
|
|
1419
|
+
{
|
|
1420
|
+
"name": "FilmGrain",
|
|
1421
|
+
"fileName": "FilmGrain",
|
|
1422
|
+
"category": "Effects",
|
|
1423
|
+
"definition": {
|
|
1424
|
+
"name": "FilmGrain",
|
|
1425
|
+
"category": "Effects",
|
|
1426
|
+
"props": {
|
|
1427
|
+
"strength": {
|
|
1428
|
+
"default": 0.5,
|
|
1429
|
+
"description": "Intensity of the film grain noise",
|
|
1430
|
+
"ui": {
|
|
1431
|
+
"type": "range",
|
|
1432
|
+
"min": 0,
|
|
1433
|
+
"max": 1,
|
|
1434
|
+
"step": 0.01,
|
|
1435
|
+
"label": "Strength"
|
|
1436
|
+
}
|
|
1437
|
+
},
|
|
1438
|
+
"animated": {
|
|
1439
|
+
"default": 0,
|
|
1440
|
+
"description": "Whether the noise should animate over time",
|
|
1441
|
+
"ui": {
|
|
1442
|
+
"type": "checkbox",
|
|
1443
|
+
"label": "Animated"
|
|
1444
|
+
}
|
|
1445
|
+
}
|
|
1446
|
+
}
|
|
1447
|
+
},
|
|
1448
|
+
"propsMetadata": {
|
|
1449
|
+
"strength": {
|
|
1450
|
+
"ui": {
|
|
1451
|
+
"type": "range",
|
|
1452
|
+
"min": 0,
|
|
1453
|
+
"max": 1,
|
|
1454
|
+
"step": 0.01,
|
|
1455
|
+
"label": "Strength"
|
|
1456
|
+
},
|
|
1457
|
+
"default": 0.5,
|
|
1458
|
+
"description": "Intensity of the film grain noise"
|
|
1459
|
+
},
|
|
1460
|
+
"animated": {
|
|
1461
|
+
"ui": {
|
|
1462
|
+
"type": "checkbox",
|
|
1463
|
+
"label": "Animated"
|
|
1464
|
+
},
|
|
1465
|
+
"default": 0,
|
|
1466
|
+
"description": "Whether the noise should animate over time"
|
|
1467
|
+
}
|
|
1468
|
+
}
|
|
1469
|
+
},
|
|
1470
|
+
{
|
|
1471
|
+
"name": "FloatingParticles",
|
|
1472
|
+
"fileName": "FloatingParticles",
|
|
1473
|
+
"category": "Effects",
|
|
1474
|
+
"definition": {
|
|
1475
|
+
"name": "FloatingParticles",
|
|
1476
|
+
"category": "Effects",
|
|
1477
|
+
"requiresRTT": false,
|
|
1478
|
+
"props": {
|
|
1479
|
+
"randomness": {
|
|
1480
|
+
"default": 0.25,
|
|
1481
|
+
"description": "Randomness of particle animation",
|
|
1482
|
+
"ui": {
|
|
1483
|
+
"type": "range",
|
|
1484
|
+
"min": 0,
|
|
1485
|
+
"max": 1,
|
|
1486
|
+
"step": 0.01,
|
|
1487
|
+
"label": "Randomness"
|
|
1488
|
+
}
|
|
1489
|
+
},
|
|
1490
|
+
"speed": {
|
|
1491
|
+
"default": 0.25,
|
|
1492
|
+
"description": "Speed of particle movement",
|
|
1493
|
+
"ui": {
|
|
1494
|
+
"type": "range",
|
|
1495
|
+
"min": 0,
|
|
1496
|
+
"max": 1,
|
|
1497
|
+
"step": 0.01,
|
|
1498
|
+
"label": "Speed"
|
|
1499
|
+
}
|
|
1500
|
+
},
|
|
1501
|
+
"angle": {
|
|
1502
|
+
"default": 90,
|
|
1503
|
+
"description": "Movement angle in degrees (0=right, 90=down, 180=left, 270=up)",
|
|
1504
|
+
"ui": {
|
|
1505
|
+
"type": "range",
|
|
1506
|
+
"min": 0,
|
|
1507
|
+
"max": 360,
|
|
1508
|
+
"step": 1,
|
|
1509
|
+
"label": "Angle"
|
|
1510
|
+
}
|
|
1511
|
+
},
|
|
1512
|
+
"particleSize": {
|
|
1513
|
+
"default": 1,
|
|
1514
|
+
"description": "Size of particles",
|
|
1515
|
+
"ui": {
|
|
1516
|
+
"type": "range",
|
|
1517
|
+
"min": 0.1,
|
|
1518
|
+
"max": 20,
|
|
1519
|
+
"step": 0.1,
|
|
1520
|
+
"label": "Particle Size"
|
|
1521
|
+
}
|
|
1522
|
+
},
|
|
1523
|
+
"particleSoftness": {
|
|
1524
|
+
"default": 0,
|
|
1525
|
+
"description": "Edge softness of particles (0 = sharp, 1 = very soft)",
|
|
1526
|
+
"ui": {
|
|
1527
|
+
"type": "range",
|
|
1528
|
+
"min": 0,
|
|
1529
|
+
"max": 5,
|
|
1530
|
+
"step": 0.01,
|
|
1531
|
+
"label": "Particle Softness"
|
|
1532
|
+
}
|
|
1533
|
+
},
|
|
1534
|
+
"twinkle": {
|
|
1535
|
+
"default": 0.5,
|
|
1536
|
+
"description": "Intensity of the twinkle effect (0 = off, 1 = full twinkle)",
|
|
1537
|
+
"ui": {
|
|
1538
|
+
"type": "range",
|
|
1539
|
+
"min": 0,
|
|
1540
|
+
"max": 1,
|
|
1541
|
+
"step": 0.01,
|
|
1542
|
+
"label": "Twinkle"
|
|
1543
|
+
}
|
|
1544
|
+
},
|
|
1545
|
+
"count": {
|
|
1546
|
+
"default": 5,
|
|
1547
|
+
"description": "Number of particle layers",
|
|
1548
|
+
"ui": {
|
|
1549
|
+
"type": "range",
|
|
1550
|
+
"min": 1,
|
|
1551
|
+
"max": 5,
|
|
1552
|
+
"step": 1,
|
|
1553
|
+
"label": "Count"
|
|
1554
|
+
}
|
|
1555
|
+
},
|
|
1556
|
+
"particleColor": {
|
|
1557
|
+
"default": "#ffffff",
|
|
1558
|
+
"description": "Color of the particles",
|
|
1559
|
+
"ui": {
|
|
1560
|
+
"type": "color",
|
|
1561
|
+
"label": "Particle Color"
|
|
1562
|
+
}
|
|
1563
|
+
},
|
|
1564
|
+
"speedVariance": {
|
|
1565
|
+
"default": 0.3,
|
|
1566
|
+
"description": "Per-layer speed variance (0 = all layers same speed, 1 = high variance)",
|
|
1567
|
+
"ui": {
|
|
1568
|
+
"type": "range",
|
|
1569
|
+
"min": 0,
|
|
1570
|
+
"max": 1,
|
|
1571
|
+
"step": 0.01,
|
|
1572
|
+
"label": "Speed Variance"
|
|
1573
|
+
}
|
|
1574
|
+
},
|
|
1575
|
+
"angleVariance": {
|
|
1576
|
+
"default": 30,
|
|
1577
|
+
"description": "Per-layer angle variance in degrees (0 = all layers same angle, 180 = full variance)",
|
|
1578
|
+
"ui": {
|
|
1579
|
+
"type": "range",
|
|
1580
|
+
"min": 0,
|
|
1581
|
+
"max": 180,
|
|
1582
|
+
"step": 1,
|
|
1583
|
+
"label": "Angle Variance"
|
|
1584
|
+
}
|
|
1585
|
+
},
|
|
1586
|
+
"particleDensity": {
|
|
1587
|
+
"default": 3,
|
|
1588
|
+
"description": "Particle density (lower = more spread out, higher = more dense)",
|
|
1589
|
+
"ui": {
|
|
1590
|
+
"type": "range",
|
|
1591
|
+
"min": 0.5,
|
|
1592
|
+
"max": 3,
|
|
1593
|
+
"step": 0.1,
|
|
1594
|
+
"label": "Particle Density"
|
|
1595
|
+
}
|
|
1596
|
+
}
|
|
1597
|
+
}
|
|
1598
|
+
},
|
|
1599
|
+
"propsMetadata": {
|
|
1600
|
+
"randomness": {
|
|
1601
|
+
"ui": {
|
|
1602
|
+
"type": "range",
|
|
1603
|
+
"min": 0,
|
|
1604
|
+
"max": 1,
|
|
1605
|
+
"step": 0.01,
|
|
1606
|
+
"label": "Randomness"
|
|
1607
|
+
},
|
|
1608
|
+
"default": 0.25,
|
|
1609
|
+
"description": "Randomness of particle animation"
|
|
1610
|
+
},
|
|
1611
|
+
"speed": {
|
|
1612
|
+
"ui": {
|
|
1613
|
+
"type": "range",
|
|
1614
|
+
"min": 0,
|
|
1615
|
+
"max": 1,
|
|
1616
|
+
"step": 0.01,
|
|
1617
|
+
"label": "Speed"
|
|
1618
|
+
},
|
|
1619
|
+
"default": 0.25,
|
|
1620
|
+
"description": "Speed of particle movement"
|
|
1621
|
+
},
|
|
1622
|
+
"angle": {
|
|
1623
|
+
"ui": {
|
|
1624
|
+
"type": "range",
|
|
1625
|
+
"min": 0,
|
|
1626
|
+
"max": 360,
|
|
1627
|
+
"step": 1,
|
|
1628
|
+
"label": "Angle"
|
|
1629
|
+
},
|
|
1630
|
+
"default": 90,
|
|
1631
|
+
"description": "Movement angle in degrees (0=right, 90=down, 180=left, 270=up)"
|
|
1632
|
+
},
|
|
1633
|
+
"particleSize": {
|
|
1634
|
+
"ui": {
|
|
1635
|
+
"type": "range",
|
|
1636
|
+
"min": 0.1,
|
|
1637
|
+
"max": 20,
|
|
1638
|
+
"step": 0.1,
|
|
1639
|
+
"label": "Particle Size"
|
|
1640
|
+
},
|
|
1641
|
+
"default": 1,
|
|
1642
|
+
"description": "Size of particles"
|
|
1643
|
+
},
|
|
1644
|
+
"particleSoftness": {
|
|
1645
|
+
"ui": {
|
|
1646
|
+
"type": "range",
|
|
1647
|
+
"min": 0,
|
|
1648
|
+
"max": 5,
|
|
1649
|
+
"step": 0.01,
|
|
1650
|
+
"label": "Particle Softness"
|
|
1651
|
+
},
|
|
1652
|
+
"default": 0,
|
|
1653
|
+
"description": "Edge softness of particles (0 = sharp, 1 = very soft)"
|
|
1654
|
+
},
|
|
1655
|
+
"twinkle": {
|
|
1656
|
+
"ui": {
|
|
1657
|
+
"type": "range",
|
|
1658
|
+
"min": 0,
|
|
1659
|
+
"max": 1,
|
|
1660
|
+
"step": 0.01,
|
|
1661
|
+
"label": "Twinkle"
|
|
1662
|
+
},
|
|
1663
|
+
"default": 0.5,
|
|
1664
|
+
"description": "Intensity of the twinkle effect (0 = off, 1 = full twinkle)"
|
|
1665
|
+
},
|
|
1666
|
+
"count": {
|
|
1667
|
+
"ui": {
|
|
1668
|
+
"type": "range",
|
|
1669
|
+
"min": 1,
|
|
1670
|
+
"max": 5,
|
|
1671
|
+
"step": 1,
|
|
1672
|
+
"label": "Count"
|
|
1673
|
+
},
|
|
1674
|
+
"default": 5,
|
|
1675
|
+
"description": "Number of particle layers"
|
|
1676
|
+
},
|
|
1677
|
+
"particleColor": {
|
|
1678
|
+
"ui": {
|
|
1679
|
+
"type": "color",
|
|
1680
|
+
"label": "Particle Color"
|
|
1681
|
+
},
|
|
1682
|
+
"default": "#ffffff",
|
|
1683
|
+
"description": "Color of the particles"
|
|
1684
|
+
},
|
|
1685
|
+
"speedVariance": {
|
|
1686
|
+
"ui": {
|
|
1687
|
+
"type": "range",
|
|
1688
|
+
"min": 0,
|
|
1689
|
+
"max": 1,
|
|
1690
|
+
"step": 0.01,
|
|
1691
|
+
"label": "Speed Variance"
|
|
1692
|
+
},
|
|
1693
|
+
"default": 0.3,
|
|
1694
|
+
"description": "Per-layer speed variance (0 = all layers same speed, 1 = high variance)"
|
|
1695
|
+
},
|
|
1696
|
+
"angleVariance": {
|
|
1697
|
+
"ui": {
|
|
1698
|
+
"type": "range",
|
|
1699
|
+
"min": 0,
|
|
1700
|
+
"max": 180,
|
|
1701
|
+
"step": 1,
|
|
1702
|
+
"label": "Angle Variance"
|
|
1703
|
+
},
|
|
1704
|
+
"default": 30,
|
|
1705
|
+
"description": "Per-layer angle variance in degrees (0 = all layers same angle, 180 = full variance)"
|
|
1706
|
+
},
|
|
1707
|
+
"particleDensity": {
|
|
1708
|
+
"ui": {
|
|
1709
|
+
"type": "range",
|
|
1710
|
+
"min": 0.5,
|
|
1711
|
+
"max": 3,
|
|
1712
|
+
"step": 0.1,
|
|
1713
|
+
"label": "Particle Density"
|
|
1714
|
+
},
|
|
1715
|
+
"default": 3,
|
|
1716
|
+
"description": "Particle density (lower = more spread out, higher = more dense)"
|
|
1717
|
+
}
|
|
1718
|
+
}
|
|
1719
|
+
},
|
|
1720
|
+
{
|
|
1721
|
+
"name": "GlassTiles",
|
|
1722
|
+
"fileName": "GlassTiles",
|
|
1723
|
+
"category": "Distortions",
|
|
1724
|
+
"definition": {
|
|
1725
|
+
"name": "GlassTiles",
|
|
1726
|
+
"category": "Distortions",
|
|
1727
|
+
"requiresRTT": true,
|
|
1728
|
+
"props": {
|
|
1729
|
+
"intensity": {
|
|
1730
|
+
"default": 1,
|
|
1731
|
+
"description": "The intensity of the glass tiles effect",
|
|
1732
|
+
"ui": {
|
|
1733
|
+
"type": "range",
|
|
1734
|
+
"min": 0,
|
|
1735
|
+
"max": 5,
|
|
1736
|
+
"step": 0.1,
|
|
1737
|
+
"label": "Intensity"
|
|
1738
|
+
}
|
|
1739
|
+
},
|
|
1740
|
+
"tileCount": {
|
|
1741
|
+
"default": 100,
|
|
1742
|
+
"description": "Number of tiles across the shortest dimension",
|
|
1743
|
+
"ui": {
|
|
1744
|
+
"type": "range",
|
|
1745
|
+
"min": 1,
|
|
1746
|
+
"max": 200,
|
|
1747
|
+
"step": 1,
|
|
1748
|
+
"label": "Tile Count"
|
|
1749
|
+
}
|
|
1750
|
+
}
|
|
1751
|
+
}
|
|
1752
|
+
},
|
|
1753
|
+
"propsMetadata": {
|
|
1754
|
+
"intensity": {
|
|
1755
|
+
"ui": {
|
|
1756
|
+
"type": "range",
|
|
1757
|
+
"min": 0,
|
|
1758
|
+
"max": 5,
|
|
1759
|
+
"step": 0.1,
|
|
1760
|
+
"label": "Intensity"
|
|
1761
|
+
},
|
|
1762
|
+
"default": 1,
|
|
1763
|
+
"description": "The intensity of the glass tiles effect"
|
|
1764
|
+
},
|
|
1765
|
+
"tileCount": {
|
|
1766
|
+
"ui": {
|
|
1767
|
+
"type": "range",
|
|
1768
|
+
"min": 1,
|
|
1769
|
+
"max": 200,
|
|
1770
|
+
"step": 1,
|
|
1771
|
+
"label": "Tile Count"
|
|
1772
|
+
},
|
|
1773
|
+
"default": 100,
|
|
1774
|
+
"description": "Number of tiles across the shortest dimension"
|
|
1775
|
+
}
|
|
1776
|
+
}
|
|
1777
|
+
},
|
|
1778
|
+
{
|
|
1779
|
+
"name": "Glitch",
|
|
1780
|
+
"fileName": "Glitch",
|
|
1781
|
+
"category": "Effects",
|
|
1782
|
+
"definition": {
|
|
1783
|
+
"name": "Glitch",
|
|
1784
|
+
"category": "Effects",
|
|
1785
|
+
"props": {}
|
|
1786
|
+
},
|
|
1787
|
+
"propsMetadata": {}
|
|
1788
|
+
},
|
|
1789
|
+
{
|
|
1790
|
+
"name": "Glow",
|
|
1791
|
+
"fileName": "Glow",
|
|
1792
|
+
"category": "Effects",
|
|
1793
|
+
"definition": {
|
|
1794
|
+
"name": "Glow",
|
|
1795
|
+
"category": "Effects",
|
|
1796
|
+
"requiresRTT": true,
|
|
1797
|
+
"props": {
|
|
1798
|
+
"intensity": {
|
|
1799
|
+
"default": 1,
|
|
1800
|
+
"description": "Glow intensity (brightness of the glow effect)",
|
|
1801
|
+
"ui": {
|
|
1802
|
+
"type": "range",
|
|
1803
|
+
"min": 0,
|
|
1804
|
+
"max": 10,
|
|
1805
|
+
"step": 0.01,
|
|
1806
|
+
"label": "Intensity"
|
|
1807
|
+
}
|
|
1808
|
+
},
|
|
1809
|
+
"threshold": {
|
|
1810
|
+
"default": 0.5,
|
|
1811
|
+
"description": "Brightness threshold for glow extraction (lower = more glow)",
|
|
1812
|
+
"ui": {
|
|
1813
|
+
"type": "range",
|
|
1814
|
+
"min": 0,
|
|
1815
|
+
"max": 1,
|
|
1816
|
+
"step": 0.01,
|
|
1817
|
+
"label": "Threshold"
|
|
1818
|
+
}
|
|
1819
|
+
},
|
|
1820
|
+
"size": {
|
|
1821
|
+
"default": 10,
|
|
1822
|
+
"description": "Size/spread of the glow effect",
|
|
1823
|
+
"ui": {
|
|
1824
|
+
"type": "range",
|
|
1825
|
+
"min": 1,
|
|
1826
|
+
"max": 50,
|
|
1827
|
+
"step": 0.5,
|
|
1828
|
+
"label": "Glow Size"
|
|
1829
|
+
}
|
|
1830
|
+
}
|
|
1831
|
+
}
|
|
1832
|
+
},
|
|
1833
|
+
"propsMetadata": {
|
|
1834
|
+
"intensity": {
|
|
1835
|
+
"ui": {
|
|
1836
|
+
"type": "range",
|
|
1837
|
+
"min": 0,
|
|
1838
|
+
"max": 10,
|
|
1839
|
+
"step": 0.01,
|
|
1840
|
+
"label": "Intensity"
|
|
1841
|
+
},
|
|
1842
|
+
"default": 1,
|
|
1843
|
+
"description": "Glow intensity (brightness of the glow effect)"
|
|
1844
|
+
},
|
|
1845
|
+
"threshold": {
|
|
1846
|
+
"ui": {
|
|
1847
|
+
"type": "range",
|
|
1848
|
+
"min": 0,
|
|
1849
|
+
"max": 1,
|
|
1850
|
+
"step": 0.01,
|
|
1851
|
+
"label": "Threshold"
|
|
1852
|
+
},
|
|
1853
|
+
"default": 0.5,
|
|
1854
|
+
"description": "Brightness threshold for glow extraction (lower = more glow)"
|
|
1855
|
+
},
|
|
1856
|
+
"size": {
|
|
1857
|
+
"ui": {
|
|
1858
|
+
"type": "range",
|
|
1859
|
+
"min": 1,
|
|
1860
|
+
"max": 50,
|
|
1861
|
+
"step": 0.5,
|
|
1862
|
+
"label": "Glow Size"
|
|
1863
|
+
},
|
|
1864
|
+
"default": 10,
|
|
1865
|
+
"description": "Size/spread of the glow effect"
|
|
1866
|
+
}
|
|
1867
|
+
}
|
|
1868
|
+
},
|
|
1869
|
+
{
|
|
1870
|
+
"name": "Godrays",
|
|
1871
|
+
"fileName": "Godrays",
|
|
1872
|
+
"category": "Effects",
|
|
1873
|
+
"definition": {
|
|
1874
|
+
"name": "Godrays",
|
|
1875
|
+
"category": "Effects",
|
|
1876
|
+
"requiresRTT": false,
|
|
1877
|
+
"props": {
|
|
1878
|
+
"center": {
|
|
1879
|
+
"default": "top left",
|
|
1880
|
+
"description": "The center point of the god rays",
|
|
1881
|
+
"ui": {
|
|
1882
|
+
"type": "position",
|
|
1883
|
+
"label": "Center"
|
|
1884
|
+
}
|
|
1885
|
+
},
|
|
1886
|
+
"density": {
|
|
1887
|
+
"default": 0.3,
|
|
1888
|
+
"description": "Frequency of ray sectors",
|
|
1889
|
+
"ui": {
|
|
1890
|
+
"type": "range",
|
|
1891
|
+
"min": 0,
|
|
1892
|
+
"max": 1,
|
|
1893
|
+
"step": 0.01,
|
|
1894
|
+
"label": "Density"
|
|
1895
|
+
}
|
|
1896
|
+
},
|
|
1897
|
+
"intensity": {
|
|
1898
|
+
"default": 0.8,
|
|
1899
|
+
"description": "Ray visibility within sectors",
|
|
1900
|
+
"ui": {
|
|
1901
|
+
"type": "range",
|
|
1902
|
+
"min": 0,
|
|
1903
|
+
"max": 1,
|
|
1904
|
+
"step": 0.01,
|
|
1905
|
+
"label": "Intensity"
|
|
1906
|
+
}
|
|
1907
|
+
},
|
|
1908
|
+
"spotty": {
|
|
1909
|
+
"default": 1,
|
|
1910
|
+
"description": "Density of spots on rays (higher = more spots)",
|
|
1911
|
+
"ui": {
|
|
1912
|
+
"type": "range",
|
|
1913
|
+
"min": 0,
|
|
1914
|
+
"max": 1,
|
|
1915
|
+
"step": 0.01,
|
|
1916
|
+
"label": "Spotty"
|
|
1917
|
+
}
|
|
1918
|
+
},
|
|
1919
|
+
"speed": {
|
|
1920
|
+
"default": 0.5,
|
|
1921
|
+
"description": "Animation speed of the rays",
|
|
1922
|
+
"ui": {
|
|
1923
|
+
"type": "range",
|
|
1924
|
+
"min": 0,
|
|
1925
|
+
"max": 2,
|
|
1926
|
+
"step": 0.01,
|
|
1927
|
+
"label": "Speed"
|
|
1928
|
+
}
|
|
1929
|
+
},
|
|
1930
|
+
"rayColor": {
|
|
1931
|
+
"default": "#fbbf42",
|
|
1932
|
+
"description": "Color of the light rays",
|
|
1933
|
+
"ui": {
|
|
1934
|
+
"type": "color",
|
|
1935
|
+
"label": "Ray Color"
|
|
1936
|
+
}
|
|
1937
|
+
},
|
|
1938
|
+
"backgroundColor": {
|
|
1939
|
+
"default": "transparent",
|
|
1940
|
+
"description": "Background color",
|
|
1941
|
+
"ui": {
|
|
1942
|
+
"type": "color",
|
|
1943
|
+
"label": "Background Color"
|
|
1944
|
+
}
|
|
1945
|
+
}
|
|
1946
|
+
}
|
|
1947
|
+
},
|
|
1948
|
+
"propsMetadata": {
|
|
1949
|
+
"center": {
|
|
1950
|
+
"ui": {
|
|
1951
|
+
"type": "position",
|
|
1952
|
+
"label": "Center"
|
|
1953
|
+
},
|
|
1954
|
+
"default": "top left",
|
|
1955
|
+
"description": "The center point of the god rays"
|
|
1956
|
+
},
|
|
1957
|
+
"density": {
|
|
1958
|
+
"ui": {
|
|
1959
|
+
"type": "range",
|
|
1960
|
+
"min": 0,
|
|
1961
|
+
"max": 1,
|
|
1962
|
+
"step": 0.01,
|
|
1963
|
+
"label": "Density"
|
|
1964
|
+
},
|
|
1965
|
+
"default": 0.3,
|
|
1966
|
+
"description": "Frequency of ray sectors"
|
|
1967
|
+
},
|
|
1968
|
+
"intensity": {
|
|
1969
|
+
"ui": {
|
|
1970
|
+
"type": "range",
|
|
1971
|
+
"min": 0,
|
|
1972
|
+
"max": 1,
|
|
1973
|
+
"step": 0.01,
|
|
1974
|
+
"label": "Intensity"
|
|
1975
|
+
},
|
|
1976
|
+
"default": 0.8,
|
|
1977
|
+
"description": "Ray visibility within sectors"
|
|
1978
|
+
},
|
|
1979
|
+
"spotty": {
|
|
1980
|
+
"ui": {
|
|
1981
|
+
"type": "range",
|
|
1982
|
+
"min": 0,
|
|
1983
|
+
"max": 1,
|
|
1984
|
+
"step": 0.01,
|
|
1985
|
+
"label": "Spotty"
|
|
1986
|
+
},
|
|
1987
|
+
"default": 1,
|
|
1988
|
+
"description": "Density of spots on rays (higher = more spots)"
|
|
1989
|
+
},
|
|
1990
|
+
"speed": {
|
|
1991
|
+
"ui": {
|
|
1992
|
+
"type": "range",
|
|
1993
|
+
"min": 0,
|
|
1994
|
+
"max": 2,
|
|
1995
|
+
"step": 0.01,
|
|
1996
|
+
"label": "Speed"
|
|
1997
|
+
},
|
|
1998
|
+
"default": 0.5,
|
|
1999
|
+
"description": "Animation speed of the rays"
|
|
2000
|
+
},
|
|
2001
|
+
"rayColor": {
|
|
2002
|
+
"ui": {
|
|
2003
|
+
"type": "color",
|
|
2004
|
+
"label": "Ray Color"
|
|
2005
|
+
},
|
|
2006
|
+
"default": "#fbbf42",
|
|
2007
|
+
"description": "Color of the light rays"
|
|
2008
|
+
},
|
|
2009
|
+
"backgroundColor": {
|
|
2010
|
+
"ui": {
|
|
2011
|
+
"type": "color",
|
|
2012
|
+
"label": "Background Color"
|
|
2013
|
+
},
|
|
2014
|
+
"default": "transparent",
|
|
2015
|
+
"description": "Background color"
|
|
2016
|
+
}
|
|
2017
|
+
}
|
|
2018
|
+
},
|
|
2019
|
+
{
|
|
2020
|
+
"name": "Grayscale",
|
|
2021
|
+
"fileName": "Grayscale",
|
|
2022
|
+
"category": "Color Adjustments",
|
|
2023
|
+
"definition": {
|
|
2024
|
+
"name": "Grayscale",
|
|
2025
|
+
"category": "Color Adjustments",
|
|
2026
|
+
"props": {}
|
|
2027
|
+
},
|
|
2028
|
+
"propsMetadata": {}
|
|
2029
|
+
},
|
|
2030
|
+
{
|
|
2031
|
+
"name": "Grid",
|
|
2032
|
+
"fileName": "Grid",
|
|
2033
|
+
"category": "Shapes & Masks",
|
|
2034
|
+
"definition": {
|
|
2035
|
+
"name": "Grid",
|
|
2036
|
+
"category": "Shapes & Masks",
|
|
2037
|
+
"props": {
|
|
2038
|
+
"color": {
|
|
2039
|
+
"default": "#ffffff",
|
|
2040
|
+
"description": "The color of the grid lines",
|
|
2041
|
+
"ui": {
|
|
2042
|
+
"type": "color",
|
|
2043
|
+
"label": "Color"
|
|
2044
|
+
}
|
|
2045
|
+
},
|
|
2046
|
+
"cells": {
|
|
2047
|
+
"default": 10,
|
|
2048
|
+
"description": "Number of cells along the shortest canvas edge (creates square cells)",
|
|
2049
|
+
"ui": {
|
|
2050
|
+
"type": "range",
|
|
2051
|
+
"min": 1,
|
|
2052
|
+
"max": 50,
|
|
2053
|
+
"step": 1,
|
|
2054
|
+
"label": "Cells"
|
|
2055
|
+
}
|
|
2056
|
+
},
|
|
2057
|
+
"thickness": {
|
|
2058
|
+
"default": 1,
|
|
2059
|
+
"description": "Thickness of grid lines (normalized, 0.0-1.0)",
|
|
2060
|
+
"ui": {
|
|
2061
|
+
"type": "range",
|
|
2062
|
+
"min": 0,
|
|
2063
|
+
"max": 5,
|
|
2064
|
+
"step": 0.1,
|
|
2065
|
+
"label": "Thickness"
|
|
2066
|
+
}
|
|
2067
|
+
}
|
|
2068
|
+
}
|
|
2069
|
+
},
|
|
2070
|
+
"propsMetadata": {
|
|
2071
|
+
"color": {
|
|
2072
|
+
"ui": {
|
|
2073
|
+
"type": "color",
|
|
2074
|
+
"label": "Color"
|
|
2075
|
+
},
|
|
2076
|
+
"default": "#ffffff",
|
|
2077
|
+
"description": "The color of the grid lines"
|
|
2078
|
+
},
|
|
2079
|
+
"cells": {
|
|
2080
|
+
"ui": {
|
|
2081
|
+
"type": "range",
|
|
2082
|
+
"min": 1,
|
|
2083
|
+
"max": 50,
|
|
2084
|
+
"step": 1,
|
|
2085
|
+
"label": "Cells"
|
|
2086
|
+
},
|
|
2087
|
+
"default": 10,
|
|
2088
|
+
"description": "Number of cells along the shortest canvas edge (creates square cells)"
|
|
2089
|
+
},
|
|
2090
|
+
"thickness": {
|
|
2091
|
+
"ui": {
|
|
2092
|
+
"type": "range",
|
|
2093
|
+
"min": 0,
|
|
2094
|
+
"max": 5,
|
|
2095
|
+
"step": 0.1,
|
|
2096
|
+
"label": "Thickness"
|
|
2097
|
+
},
|
|
2098
|
+
"default": 1,
|
|
2099
|
+
"description": "Thickness of grid lines (normalized, 0.0-1.0)"
|
|
2100
|
+
}
|
|
2101
|
+
}
|
|
2102
|
+
},
|
|
2103
|
+
{
|
|
2104
|
+
"name": "GridDistortion",
|
|
2105
|
+
"fileName": "GridDistortion",
|
|
2106
|
+
"category": "Distortions",
|
|
2107
|
+
"definition": {
|
|
2108
|
+
"name": "GridDistortion",
|
|
2109
|
+
"category": "Distortions",
|
|
2110
|
+
"requiresRTT": true,
|
|
2111
|
+
"props": {
|
|
2112
|
+
"smoothness": {
|
|
2113
|
+
"default": 0,
|
|
2114
|
+
"description": "How smooth and flowing the motion is",
|
|
2115
|
+
"ui": {
|
|
2116
|
+
"type": "range",
|
|
2117
|
+
"min": 0,
|
|
2118
|
+
"max": 1,
|
|
2119
|
+
"step": 0.01,
|
|
2120
|
+
"label": "Smoothness"
|
|
2121
|
+
}
|
|
2122
|
+
},
|
|
2123
|
+
"intensity": {
|
|
2124
|
+
"default": 1,
|
|
2125
|
+
"description": "Strength of the distortion effect",
|
|
2126
|
+
"ui": {
|
|
2127
|
+
"type": "range",
|
|
2128
|
+
"min": 0,
|
|
2129
|
+
"max": 5,
|
|
2130
|
+
"step": 0.1,
|
|
2131
|
+
"label": "Intensity"
|
|
2132
|
+
}
|
|
2133
|
+
},
|
|
2134
|
+
"swirl": {
|
|
2135
|
+
"default": 0,
|
|
2136
|
+
"description": "Amount of swirl motion",
|
|
2137
|
+
"ui": {
|
|
2138
|
+
"type": "range",
|
|
2139
|
+
"min": 0,
|
|
2140
|
+
"max": 2,
|
|
2141
|
+
"step": 0.1,
|
|
2142
|
+
"label": "Swirl"
|
|
2143
|
+
}
|
|
2144
|
+
},
|
|
2145
|
+
"duration": {
|
|
2146
|
+
"default": 3,
|
|
2147
|
+
"description": "How long the effect persists (higher = longer)",
|
|
2148
|
+
"ui": {
|
|
2149
|
+
"type": "range",
|
|
2150
|
+
"min": 0,
|
|
2151
|
+
"max": 10,
|
|
2152
|
+
"step": 0.1,
|
|
2153
|
+
"label": "Duration"
|
|
2154
|
+
}
|
|
2155
|
+
},
|
|
2156
|
+
"radius": {
|
|
2157
|
+
"default": 1,
|
|
2158
|
+
"description": "Radius of the distortion effect",
|
|
2159
|
+
"ui": {
|
|
2160
|
+
"type": "range",
|
|
2161
|
+
"min": 0,
|
|
2162
|
+
"max": 3,
|
|
2163
|
+
"step": 0.01,
|
|
2164
|
+
"label": "Radius"
|
|
2165
|
+
}
|
|
2166
|
+
},
|
|
2167
|
+
"gridSize": {
|
|
2168
|
+
"default": 20,
|
|
2169
|
+
"description": "Resolution of the distortion grid (higher = more detailed)",
|
|
2170
|
+
"ui": {
|
|
2171
|
+
"type": "range",
|
|
2172
|
+
"min": 8,
|
|
2173
|
+
"max": 128,
|
|
2174
|
+
"step": 1,
|
|
2175
|
+
"label": "Grid Size"
|
|
2176
|
+
}
|
|
2177
|
+
}
|
|
2178
|
+
}
|
|
2179
|
+
},
|
|
2180
|
+
"propsMetadata": {
|
|
2181
|
+
"smoothness": {
|
|
2182
|
+
"ui": {
|
|
2183
|
+
"type": "range",
|
|
2184
|
+
"min": 0,
|
|
2185
|
+
"max": 1,
|
|
2186
|
+
"step": 0.01,
|
|
2187
|
+
"label": "Smoothness"
|
|
2188
|
+
},
|
|
2189
|
+
"default": 0,
|
|
2190
|
+
"description": "How smooth and flowing the motion is"
|
|
2191
|
+
},
|
|
2192
|
+
"intensity": {
|
|
2193
|
+
"ui": {
|
|
2194
|
+
"type": "range",
|
|
2195
|
+
"min": 0,
|
|
2196
|
+
"max": 5,
|
|
2197
|
+
"step": 0.1,
|
|
2198
|
+
"label": "Intensity"
|
|
2199
|
+
},
|
|
2200
|
+
"default": 1,
|
|
2201
|
+
"description": "Strength of the distortion effect"
|
|
2202
|
+
},
|
|
2203
|
+
"swirl": {
|
|
2204
|
+
"ui": {
|
|
2205
|
+
"type": "range",
|
|
2206
|
+
"min": 0,
|
|
2207
|
+
"max": 2,
|
|
2208
|
+
"step": 0.1,
|
|
2209
|
+
"label": "Swirl"
|
|
2210
|
+
},
|
|
2211
|
+
"default": 0,
|
|
2212
|
+
"description": "Amount of swirl motion"
|
|
2213
|
+
},
|
|
2214
|
+
"duration": {
|
|
2215
|
+
"ui": {
|
|
2216
|
+
"type": "range",
|
|
2217
|
+
"min": 0,
|
|
2218
|
+
"max": 10,
|
|
2219
|
+
"step": 0.1,
|
|
2220
|
+
"label": "Duration"
|
|
2221
|
+
},
|
|
2222
|
+
"default": 3,
|
|
2223
|
+
"description": "How long the effect persists (higher = longer)"
|
|
2224
|
+
},
|
|
2225
|
+
"radius": {
|
|
2226
|
+
"ui": {
|
|
2227
|
+
"type": "range",
|
|
2228
|
+
"min": 0,
|
|
2229
|
+
"max": 3,
|
|
2230
|
+
"step": 0.01,
|
|
2231
|
+
"label": "Radius"
|
|
2232
|
+
},
|
|
2233
|
+
"default": 1,
|
|
2234
|
+
"description": "Radius of the distortion effect"
|
|
2235
|
+
},
|
|
2236
|
+
"gridSize": {
|
|
2237
|
+
"ui": {
|
|
2238
|
+
"type": "range",
|
|
2239
|
+
"min": 8,
|
|
2240
|
+
"max": 128,
|
|
2241
|
+
"step": 1,
|
|
2242
|
+
"label": "Grid Size"
|
|
2243
|
+
},
|
|
2244
|
+
"default": 20,
|
|
2245
|
+
"description": "Resolution of the distortion grid (higher = more detailed)"
|
|
2246
|
+
}
|
|
2247
|
+
}
|
|
2248
|
+
},
|
|
2249
|
+
{
|
|
2250
|
+
"name": "Group",
|
|
2251
|
+
"fileName": "Group",
|
|
2252
|
+
"category": "Layout",
|
|
2253
|
+
"definition": {
|
|
2254
|
+
"name": "Group",
|
|
2255
|
+
"category": "Layout",
|
|
2256
|
+
"props": {}
|
|
2257
|
+
},
|
|
2258
|
+
"propsMetadata": {}
|
|
2259
|
+
},
|
|
2260
|
+
{
|
|
2261
|
+
"name": "HalfTone",
|
|
2262
|
+
"fileName": "HalfTone",
|
|
2263
|
+
"category": "Effects",
|
|
2264
|
+
"definition": {
|
|
2265
|
+
"name": "HalfTone",
|
|
2266
|
+
"category": "Effects",
|
|
2267
|
+
"props": {}
|
|
2268
|
+
},
|
|
2269
|
+
"propsMetadata": {}
|
|
2270
|
+
},
|
|
2271
|
+
{
|
|
2272
|
+
"name": "HueShift",
|
|
2273
|
+
"fileName": "HueShift",
|
|
2274
|
+
"category": "Color Adjustments",
|
|
2275
|
+
"definition": {
|
|
2276
|
+
"name": "HueShift",
|
|
2277
|
+
"category": "Color Adjustments",
|
|
2278
|
+
"props": {
|
|
2279
|
+
"shift": {
|
|
2280
|
+
"default": 0,
|
|
2281
|
+
"description": "The amount to shift the hue by",
|
|
2282
|
+
"ui": {
|
|
2283
|
+
"type": "range",
|
|
2284
|
+
"min": -180,
|
|
2285
|
+
"max": 180,
|
|
2286
|
+
"step": 1,
|
|
2287
|
+
"label": "Shift"
|
|
2288
|
+
}
|
|
2289
|
+
}
|
|
2290
|
+
}
|
|
2291
|
+
},
|
|
2292
|
+
"propsMetadata": {
|
|
2293
|
+
"shift": {
|
|
2294
|
+
"ui": {
|
|
2295
|
+
"type": "range",
|
|
2296
|
+
"min": -180,
|
|
2297
|
+
"max": 180,
|
|
2298
|
+
"step": 1,
|
|
2299
|
+
"label": "Shift"
|
|
2300
|
+
},
|
|
2301
|
+
"default": 0,
|
|
2302
|
+
"description": "The amount to shift the hue by"
|
|
2303
|
+
}
|
|
2304
|
+
}
|
|
2305
|
+
},
|
|
2306
|
+
{
|
|
2307
|
+
"name": "ImageTexture",
|
|
2308
|
+
"fileName": "ImageTexture",
|
|
2309
|
+
"category": "Textures",
|
|
2310
|
+
"definition": {
|
|
2311
|
+
"name": "ImageTexture",
|
|
2312
|
+
"category": "Textures",
|
|
2313
|
+
"props": {
|
|
2314
|
+
"src": {
|
|
2315
|
+
"default": "https://picsum.photos/1920/1080",
|
|
2316
|
+
"description": "Image URL to display",
|
|
2317
|
+
"ui": {
|
|
2318
|
+
"type": "text",
|
|
2319
|
+
"label": "Source URL"
|
|
2320
|
+
}
|
|
2321
|
+
},
|
|
2322
|
+
"fit": {
|
|
2323
|
+
"default": "cover",
|
|
2324
|
+
"description": "How the image should fit within the canvas"
|
|
2325
|
+
}
|
|
2326
|
+
}
|
|
2327
|
+
},
|
|
2328
|
+
"propsMetadata": {
|
|
2329
|
+
"src": {
|
|
2330
|
+
"ui": {
|
|
2331
|
+
"type": "text",
|
|
2332
|
+
"label": "Source URL"
|
|
2333
|
+
},
|
|
2334
|
+
"default": "https://picsum.photos/1920/1080",
|
|
2335
|
+
"description": "Image URL to display"
|
|
2336
|
+
}
|
|
2337
|
+
}
|
|
2338
|
+
},
|
|
2339
|
+
{
|
|
2340
|
+
"name": "Invert",
|
|
2341
|
+
"fileName": "Invert",
|
|
2342
|
+
"category": "Color Adjustments",
|
|
2343
|
+
"definition": {
|
|
2344
|
+
"name": "Invert",
|
|
2345
|
+
"category": "Color Adjustments",
|
|
2346
|
+
"props": {}
|
|
2347
|
+
},
|
|
2348
|
+
"propsMetadata": {}
|
|
2349
|
+
},
|
|
2350
|
+
{
|
|
2351
|
+
"name": "LinearBlur",
|
|
2352
|
+
"fileName": "LinearBlur",
|
|
2353
|
+
"category": "Blurs",
|
|
2354
|
+
"definition": {
|
|
2355
|
+
"name": "LinearBlur",
|
|
2356
|
+
"category": "Blurs",
|
|
2357
|
+
"requiresRTT": true,
|
|
2358
|
+
"props": {
|
|
2359
|
+
"intensity": {
|
|
2360
|
+
"default": 30,
|
|
2361
|
+
"description": "Intensity of the linear blur effect",
|
|
2362
|
+
"ui": {
|
|
2363
|
+
"type": "range",
|
|
2364
|
+
"min": 0,
|
|
2365
|
+
"max": 100,
|
|
2366
|
+
"step": 1,
|
|
2367
|
+
"label": "Intensity"
|
|
2368
|
+
}
|
|
2369
|
+
},
|
|
2370
|
+
"angle": {
|
|
2371
|
+
"default": 0,
|
|
2372
|
+
"description": "Direction of the linear blur (in degrees)",
|
|
2373
|
+
"ui": {
|
|
2374
|
+
"type": "range",
|
|
2375
|
+
"min": 0,
|
|
2376
|
+
"max": 360,
|
|
2377
|
+
"step": 1,
|
|
2378
|
+
"label": "Angle"
|
|
2379
|
+
}
|
|
2380
|
+
}
|
|
2381
|
+
}
|
|
2382
|
+
},
|
|
2383
|
+
"propsMetadata": {
|
|
2384
|
+
"intensity": {
|
|
2385
|
+
"ui": {
|
|
2386
|
+
"type": "range",
|
|
2387
|
+
"min": 0,
|
|
2388
|
+
"max": 100,
|
|
2389
|
+
"step": 1,
|
|
2390
|
+
"label": "Intensity"
|
|
2391
|
+
},
|
|
2392
|
+
"default": 30,
|
|
2393
|
+
"description": "Intensity of the linear blur effect"
|
|
2394
|
+
},
|
|
2395
|
+
"angle": {
|
|
2396
|
+
"ui": {
|
|
2397
|
+
"type": "range",
|
|
2398
|
+
"min": 0,
|
|
2399
|
+
"max": 360,
|
|
2400
|
+
"step": 1,
|
|
2401
|
+
"label": "Angle"
|
|
2402
|
+
},
|
|
2403
|
+
"default": 0,
|
|
2404
|
+
"description": "Direction of the linear blur (in degrees)"
|
|
2405
|
+
}
|
|
2406
|
+
}
|
|
2407
|
+
},
|
|
2408
|
+
{
|
|
2409
|
+
"name": "LinearGradient",
|
|
2410
|
+
"fileName": "LinearGradient",
|
|
2411
|
+
"category": "Gradients & Colors",
|
|
2412
|
+
"definition": {
|
|
2413
|
+
"name": "LinearGradient",
|
|
2414
|
+
"category": "Gradients & Colors",
|
|
2415
|
+
"props": {
|
|
2416
|
+
"startColor": {
|
|
2417
|
+
"default": "#1aff00",
|
|
2418
|
+
"description": "The starting color of the gradient",
|
|
2419
|
+
"ui": {
|
|
2420
|
+
"type": "color",
|
|
2421
|
+
"label": "Start Color"
|
|
2422
|
+
}
|
|
2423
|
+
},
|
|
2424
|
+
"endColor": {
|
|
2425
|
+
"default": "#0000ff",
|
|
2426
|
+
"description": "The ending color of the gradient",
|
|
2427
|
+
"ui": {
|
|
2428
|
+
"type": "color",
|
|
2429
|
+
"label": "End Color"
|
|
2430
|
+
}
|
|
2431
|
+
},
|
|
2432
|
+
"angle": {
|
|
2433
|
+
"default": 0,
|
|
2434
|
+
"description": "The rotation angle of the gradient (in degrees)",
|
|
2435
|
+
"ui": {
|
|
2436
|
+
"type": "range",
|
|
2437
|
+
"min": 0,
|
|
2438
|
+
"max": 360,
|
|
2439
|
+
"step": 1,
|
|
2440
|
+
"label": "Angle"
|
|
2441
|
+
}
|
|
2442
|
+
},
|
|
2443
|
+
"center": {
|
|
2444
|
+
"default": {
|
|
2445
|
+
"x": 0.5,
|
|
2446
|
+
"y": 0.5
|
|
2447
|
+
},
|
|
2448
|
+
"description": "The center point of the gradient",
|
|
2449
|
+
"ui": {
|
|
2450
|
+
"type": "position",
|
|
2451
|
+
"label": "Center"
|
|
2452
|
+
}
|
|
2453
|
+
}
|
|
2454
|
+
}
|
|
2455
|
+
},
|
|
2456
|
+
"propsMetadata": {
|
|
2457
|
+
"startColor": {
|
|
2458
|
+
"ui": {
|
|
2459
|
+
"type": "color",
|
|
2460
|
+
"label": "Start Color"
|
|
2461
|
+
},
|
|
2462
|
+
"default": "#1aff00",
|
|
2463
|
+
"description": "The starting color of the gradient"
|
|
2464
|
+
},
|
|
2465
|
+
"endColor": {
|
|
2466
|
+
"ui": {
|
|
2467
|
+
"type": "color",
|
|
2468
|
+
"label": "End Color"
|
|
2469
|
+
},
|
|
2470
|
+
"default": "#0000ff",
|
|
2471
|
+
"description": "The ending color of the gradient"
|
|
2472
|
+
},
|
|
2473
|
+
"angle": {
|
|
2474
|
+
"ui": {
|
|
2475
|
+
"type": "range",
|
|
2476
|
+
"min": 0,
|
|
2477
|
+
"max": 360,
|
|
2478
|
+
"step": 1,
|
|
2479
|
+
"label": "Angle"
|
|
2480
|
+
},
|
|
2481
|
+
"default": 0,
|
|
2482
|
+
"description": "The rotation angle of the gradient (in degrees)"
|
|
2483
|
+
},
|
|
2484
|
+
"center": {
|
|
2485
|
+
"ui": {
|
|
2486
|
+
"type": "position",
|
|
2487
|
+
"label": "Center"
|
|
2488
|
+
},
|
|
2489
|
+
"default": {
|
|
2490
|
+
"x": 0.5,
|
|
2491
|
+
"y": 0.5
|
|
2492
|
+
},
|
|
2493
|
+
"description": "The center point of the gradient"
|
|
2494
|
+
}
|
|
2495
|
+
}
|
|
2496
|
+
},
|
|
2497
|
+
{
|
|
2498
|
+
"name": "Liquify",
|
|
2499
|
+
"fileName": "Liquify",
|
|
2500
|
+
"category": "Distortions",
|
|
2501
|
+
"definition": {
|
|
2502
|
+
"name": "Liquify",
|
|
2503
|
+
"category": "Distortions",
|
|
2504
|
+
"requiresRTT": true,
|
|
2505
|
+
"props": {
|
|
2506
|
+
"smoothness": {
|
|
2507
|
+
"default": 0,
|
|
2508
|
+
"description": "How smooth and flowing the motion is (0-1)",
|
|
2509
|
+
"ui": {
|
|
2510
|
+
"type": "range",
|
|
2511
|
+
"min": 0,
|
|
2512
|
+
"max": 1,
|
|
2513
|
+
"step": 0.01,
|
|
2514
|
+
"label": "Smoothness"
|
|
2515
|
+
}
|
|
2516
|
+
},
|
|
2517
|
+
"intensity": {
|
|
2518
|
+
"default": 1,
|
|
2519
|
+
"description": "Strength of the distortion effect",
|
|
2520
|
+
"ui": {
|
|
2521
|
+
"type": "range",
|
|
2522
|
+
"min": 0,
|
|
2523
|
+
"max": 5,
|
|
2524
|
+
"step": 0.1,
|
|
2525
|
+
"label": "Intensity"
|
|
2526
|
+
}
|
|
2527
|
+
},
|
|
2528
|
+
"swirl": {
|
|
2529
|
+
"default": 0,
|
|
2530
|
+
"description": "Amount of swirl motion (0-1)",
|
|
2531
|
+
"ui": {
|
|
2532
|
+
"type": "range",
|
|
2533
|
+
"min": 0,
|
|
2534
|
+
"max": 1,
|
|
2535
|
+
"step": 0.01,
|
|
2536
|
+
"label": "Swirl"
|
|
2537
|
+
}
|
|
2538
|
+
},
|
|
2539
|
+
"duration": {
|
|
2540
|
+
"default": 3,
|
|
2541
|
+
"description": "How long the effect persists (higher = longer)",
|
|
2542
|
+
"ui": {
|
|
2543
|
+
"type": "range",
|
|
2544
|
+
"min": 0,
|
|
2545
|
+
"max": 10,
|
|
2546
|
+
"step": 0.1,
|
|
2547
|
+
"label": "Duration"
|
|
2548
|
+
}
|
|
2549
|
+
},
|
|
2550
|
+
"radius": {
|
|
2551
|
+
"default": 1,
|
|
2552
|
+
"description": "Radius of the distortion effect",
|
|
2553
|
+
"ui": {
|
|
2554
|
+
"type": "range",
|
|
2555
|
+
"min": 0,
|
|
2556
|
+
"max": 3,
|
|
2557
|
+
"step": 0.01,
|
|
2558
|
+
"label": "Radius"
|
|
2559
|
+
}
|
|
2560
|
+
}
|
|
2561
|
+
}
|
|
2562
|
+
},
|
|
2563
|
+
"propsMetadata": {
|
|
2564
|
+
"smoothness": {
|
|
2565
|
+
"ui": {
|
|
2566
|
+
"type": "range",
|
|
2567
|
+
"min": 0,
|
|
2568
|
+
"max": 1,
|
|
2569
|
+
"step": 0.01,
|
|
2570
|
+
"label": "Smoothness"
|
|
2571
|
+
},
|
|
2572
|
+
"default": 0,
|
|
2573
|
+
"description": "How smooth and flowing the motion is (0-1)"
|
|
2574
|
+
},
|
|
2575
|
+
"intensity": {
|
|
2576
|
+
"ui": {
|
|
2577
|
+
"type": "range",
|
|
2578
|
+
"min": 0,
|
|
2579
|
+
"max": 5,
|
|
2580
|
+
"step": 0.1,
|
|
2581
|
+
"label": "Intensity"
|
|
2582
|
+
},
|
|
2583
|
+
"default": 1,
|
|
2584
|
+
"description": "Strength of the distortion effect"
|
|
2585
|
+
},
|
|
2586
|
+
"swirl": {
|
|
2587
|
+
"ui": {
|
|
2588
|
+
"type": "range",
|
|
2589
|
+
"min": 0,
|
|
2590
|
+
"max": 1,
|
|
2591
|
+
"step": 0.01,
|
|
2592
|
+
"label": "Swirl"
|
|
2593
|
+
},
|
|
2594
|
+
"default": 0,
|
|
2595
|
+
"description": "Amount of swirl motion (0-1)"
|
|
2596
|
+
},
|
|
2597
|
+
"duration": {
|
|
2598
|
+
"ui": {
|
|
2599
|
+
"type": "range",
|
|
2600
|
+
"min": 0,
|
|
2601
|
+
"max": 10,
|
|
2602
|
+
"step": 0.1,
|
|
2603
|
+
"label": "Duration"
|
|
2604
|
+
},
|
|
2605
|
+
"default": 3,
|
|
2606
|
+
"description": "How long the effect persists (higher = longer)"
|
|
2607
|
+
},
|
|
2608
|
+
"radius": {
|
|
2609
|
+
"ui": {
|
|
2610
|
+
"type": "range",
|
|
2611
|
+
"min": 0,
|
|
2612
|
+
"max": 3,
|
|
2613
|
+
"step": 0.01,
|
|
2614
|
+
"label": "Radius"
|
|
2615
|
+
},
|
|
2616
|
+
"default": 1,
|
|
2617
|
+
"description": "Radius of the distortion effect"
|
|
2618
|
+
}
|
|
2619
|
+
}
|
|
2620
|
+
},
|
|
2621
|
+
{
|
|
2622
|
+
"name": "Mirror",
|
|
2623
|
+
"fileName": "Mirror",
|
|
2624
|
+
"category": "Distortions",
|
|
2625
|
+
"definition": {
|
|
2626
|
+
"name": "Mirror",
|
|
2627
|
+
"category": "Distortions",
|
|
2628
|
+
"props": {}
|
|
2629
|
+
},
|
|
2630
|
+
"propsMetadata": {}
|
|
2631
|
+
},
|
|
2632
|
+
{
|
|
2633
|
+
"name": "PerlinNoise",
|
|
2634
|
+
"fileName": "PerlinNoise",
|
|
2635
|
+
"category": "Textures",
|
|
2636
|
+
"definition": {
|
|
2637
|
+
"name": "PerlinNoise",
|
|
2638
|
+
"category": "Textures",
|
|
2639
|
+
"props": {}
|
|
2640
|
+
},
|
|
2641
|
+
"propsMetadata": {}
|
|
2642
|
+
},
|
|
2643
|
+
{
|
|
2644
|
+
"name": "Pixelate",
|
|
2645
|
+
"fileName": "Pixelate",
|
|
2646
|
+
"category": "Effects",
|
|
2647
|
+
"definition": {
|
|
2648
|
+
"name": "Pixelate",
|
|
2649
|
+
"category": "Effects",
|
|
2650
|
+
"requiresRTT": true,
|
|
2651
|
+
"props": {
|
|
2652
|
+
"scale": {
|
|
2653
|
+
"default": 50,
|
|
2654
|
+
"description": "Pixel size - higher values create larger, more visible pixels",
|
|
2655
|
+
"ui": {
|
|
2656
|
+
"type": "range",
|
|
2657
|
+
"min": 1,
|
|
2658
|
+
"max": 200,
|
|
2659
|
+
"step": 1,
|
|
2660
|
+
"label": "Scale"
|
|
2661
|
+
}
|
|
2662
|
+
}
|
|
2663
|
+
}
|
|
2664
|
+
},
|
|
2665
|
+
"propsMetadata": {
|
|
2666
|
+
"scale": {
|
|
2667
|
+
"ui": {
|
|
2668
|
+
"type": "range",
|
|
2669
|
+
"min": 1,
|
|
2670
|
+
"max": 200,
|
|
2671
|
+
"step": 1,
|
|
2672
|
+
"label": "Scale"
|
|
2673
|
+
},
|
|
2674
|
+
"default": 50,
|
|
2675
|
+
"description": "Pixel size - higher values create larger, more visible pixels"
|
|
2676
|
+
}
|
|
2677
|
+
}
|
|
2678
|
+
},
|
|
2679
|
+
{
|
|
2680
|
+
"name": "Posterize",
|
|
2681
|
+
"fileName": "Posterize",
|
|
2682
|
+
"category": "Color Adjustments",
|
|
2683
|
+
"definition": {
|
|
2684
|
+
"name": "Posterize",
|
|
2685
|
+
"category": "Color Adjustments",
|
|
2686
|
+
"props": {
|
|
2687
|
+
"intensity": {
|
|
2688
|
+
"default": 5,
|
|
2689
|
+
"description": "The intensity of the posterization effect (lower is more posterized)",
|
|
2690
|
+
"ui": {
|
|
2691
|
+
"type": "range",
|
|
2692
|
+
"min": 2,
|
|
2693
|
+
"max": 20,
|
|
2694
|
+
"step": 1,
|
|
2695
|
+
"label": "Intensity"
|
|
2696
|
+
}
|
|
2697
|
+
}
|
|
2698
|
+
}
|
|
2699
|
+
},
|
|
2700
|
+
"propsMetadata": {
|
|
2701
|
+
"intensity": {
|
|
2702
|
+
"ui": {
|
|
2703
|
+
"type": "range",
|
|
2704
|
+
"min": 2,
|
|
2705
|
+
"max": 20,
|
|
2706
|
+
"step": 1,
|
|
2707
|
+
"label": "Intensity"
|
|
2708
|
+
},
|
|
2709
|
+
"default": 5,
|
|
2710
|
+
"description": "The intensity of the posterization effect (lower is more posterized)"
|
|
2711
|
+
}
|
|
2712
|
+
}
|
|
2713
|
+
},
|
|
2714
|
+
{
|
|
2715
|
+
"name": "ProgressiveBlur",
|
|
2716
|
+
"fileName": "ProgressiveBlur",
|
|
2717
|
+
"category": "Blurs",
|
|
2718
|
+
"definition": {
|
|
2719
|
+
"name": "ProgressiveBlur",
|
|
2720
|
+
"category": "Blurs",
|
|
2721
|
+
"requiresRTT": true,
|
|
2722
|
+
"props": {
|
|
2723
|
+
"intensity": {
|
|
2724
|
+
"default": 30,
|
|
2725
|
+
"description": "Maximum intensity of the blur effect",
|
|
2726
|
+
"ui": {
|
|
2727
|
+
"type": "range",
|
|
2728
|
+
"min": 0,
|
|
2729
|
+
"max": 100,
|
|
2730
|
+
"step": 1,
|
|
2731
|
+
"label": "Intensity"
|
|
2732
|
+
}
|
|
2733
|
+
},
|
|
2734
|
+
"angle": {
|
|
2735
|
+
"default": 0,
|
|
2736
|
+
"description": "Direction of the blur gradient (in degrees)",
|
|
2737
|
+
"ui": {
|
|
2738
|
+
"type": "range",
|
|
2739
|
+
"min": 0,
|
|
2740
|
+
"max": 360,
|
|
2741
|
+
"step": 1,
|
|
2742
|
+
"label": "Angle"
|
|
2743
|
+
}
|
|
2744
|
+
},
|
|
2745
|
+
"center": {
|
|
2746
|
+
"default": {
|
|
2747
|
+
"x": 0,
|
|
2748
|
+
"y": 0.5
|
|
2749
|
+
},
|
|
2750
|
+
"description": "Center point where blur begins",
|
|
2751
|
+
"ui": {
|
|
2752
|
+
"type": "position",
|
|
2753
|
+
"label": "Center"
|
|
2754
|
+
}
|
|
2755
|
+
},
|
|
2756
|
+
"falloff": {
|
|
2757
|
+
"default": 1,
|
|
2758
|
+
"description": "Distance over which blur transitions to full strength",
|
|
2759
|
+
"ui": {
|
|
2760
|
+
"type": "range",
|
|
2761
|
+
"min": 0,
|
|
2762
|
+
"max": 1,
|
|
2763
|
+
"step": 0.01,
|
|
2764
|
+
"label": "Falloff"
|
|
2765
|
+
}
|
|
2766
|
+
}
|
|
2767
|
+
}
|
|
2768
|
+
},
|
|
2769
|
+
"propsMetadata": {
|
|
2770
|
+
"intensity": {
|
|
2771
|
+
"ui": {
|
|
2772
|
+
"type": "range",
|
|
2773
|
+
"min": 0,
|
|
2774
|
+
"max": 100,
|
|
2775
|
+
"step": 1,
|
|
2776
|
+
"label": "Intensity"
|
|
2777
|
+
},
|
|
2778
|
+
"default": 30,
|
|
2779
|
+
"description": "Maximum intensity of the blur effect"
|
|
2780
|
+
},
|
|
2781
|
+
"angle": {
|
|
2782
|
+
"ui": {
|
|
2783
|
+
"type": "range",
|
|
2784
|
+
"min": 0,
|
|
2785
|
+
"max": 360,
|
|
2786
|
+
"step": 1,
|
|
2787
|
+
"label": "Angle"
|
|
2788
|
+
},
|
|
2789
|
+
"default": 0,
|
|
2790
|
+
"description": "Direction of the blur gradient (in degrees)"
|
|
2791
|
+
},
|
|
2792
|
+
"center": {
|
|
2793
|
+
"ui": {
|
|
2794
|
+
"type": "position",
|
|
2795
|
+
"label": "Center"
|
|
2796
|
+
},
|
|
2797
|
+
"default": {
|
|
2798
|
+
"x": 0,
|
|
2799
|
+
"y": 0.5
|
|
2800
|
+
},
|
|
2801
|
+
"description": "Center point where blur begins"
|
|
2802
|
+
},
|
|
2803
|
+
"falloff": {
|
|
2804
|
+
"ui": {
|
|
2805
|
+
"type": "range",
|
|
2806
|
+
"min": 0,
|
|
2807
|
+
"max": 1,
|
|
2808
|
+
"step": 0.01,
|
|
2809
|
+
"label": "Falloff"
|
|
2810
|
+
},
|
|
2811
|
+
"default": 1,
|
|
2812
|
+
"description": "Distance over which blur transitions to full strength"
|
|
2813
|
+
}
|
|
2814
|
+
}
|
|
2815
|
+
},
|
|
2816
|
+
{
|
|
2817
|
+
"name": "RadialGradient",
|
|
2818
|
+
"fileName": "RadialGradient",
|
|
2819
|
+
"category": "Gradients & Colors",
|
|
2820
|
+
"definition": {
|
|
2821
|
+
"name": "RadialGradient",
|
|
2822
|
+
"category": "Gradients & Colors",
|
|
2823
|
+
"props": {
|
|
2824
|
+
"startColor": {
|
|
2825
|
+
"default": "#ff0000",
|
|
2826
|
+
"description": "The starting color at the center of the gradient",
|
|
2827
|
+
"ui": {
|
|
2828
|
+
"type": "color",
|
|
2829
|
+
"label": "Start Color"
|
|
2830
|
+
}
|
|
2831
|
+
},
|
|
2832
|
+
"endColor": {
|
|
2833
|
+
"default": "#0000ff",
|
|
2834
|
+
"description": "The ending color at the edge of the gradient",
|
|
2835
|
+
"ui": {
|
|
2836
|
+
"type": "color",
|
|
2837
|
+
"label": "End Color"
|
|
2838
|
+
}
|
|
2839
|
+
},
|
|
2840
|
+
"center": {
|
|
2841
|
+
"default": {
|
|
2842
|
+
"x": 0.5,
|
|
2843
|
+
"y": 0.5
|
|
2844
|
+
},
|
|
2845
|
+
"description": "The center point of the radial gradient",
|
|
2846
|
+
"ui": {
|
|
2847
|
+
"type": "position",
|
|
2848
|
+
"label": "Center"
|
|
2849
|
+
}
|
|
2850
|
+
},
|
|
2851
|
+
"radius": {
|
|
2852
|
+
"default": 1,
|
|
2853
|
+
"description": "The radius of the gradient (normalized, 0.0-1.0)",
|
|
2854
|
+
"ui": {
|
|
2855
|
+
"type": "range",
|
|
2856
|
+
"min": 0,
|
|
2857
|
+
"max": 2,
|
|
2858
|
+
"step": 0.01,
|
|
2859
|
+
"label": "Radius"
|
|
2860
|
+
}
|
|
2861
|
+
}
|
|
2862
|
+
}
|
|
2863
|
+
},
|
|
2864
|
+
"propsMetadata": {
|
|
2865
|
+
"startColor": {
|
|
2866
|
+
"ui": {
|
|
2867
|
+
"type": "color",
|
|
2868
|
+
"label": "Start Color"
|
|
2869
|
+
},
|
|
2870
|
+
"default": "#ff0000",
|
|
2871
|
+
"description": "The starting color at the center of the gradient"
|
|
2872
|
+
},
|
|
2873
|
+
"endColor": {
|
|
2874
|
+
"ui": {
|
|
2875
|
+
"type": "color",
|
|
2876
|
+
"label": "End Color"
|
|
2877
|
+
},
|
|
2878
|
+
"default": "#0000ff",
|
|
2879
|
+
"description": "The ending color at the edge of the gradient"
|
|
2880
|
+
},
|
|
2881
|
+
"center": {
|
|
2882
|
+
"ui": {
|
|
2883
|
+
"type": "position",
|
|
2884
|
+
"label": "Center"
|
|
2885
|
+
},
|
|
2886
|
+
"default": {
|
|
2887
|
+
"x": 0.5,
|
|
2888
|
+
"y": 0.5
|
|
2889
|
+
},
|
|
2890
|
+
"description": "The center point of the radial gradient"
|
|
2891
|
+
},
|
|
2892
|
+
"radius": {
|
|
2893
|
+
"ui": {
|
|
2894
|
+
"type": "range",
|
|
2895
|
+
"min": 0,
|
|
2896
|
+
"max": 2,
|
|
2897
|
+
"step": 0.01,
|
|
2898
|
+
"label": "Radius"
|
|
2899
|
+
},
|
|
2900
|
+
"default": 1,
|
|
2901
|
+
"description": "The radius of the gradient (normalized, 0.0-1.0)"
|
|
2902
|
+
}
|
|
2903
|
+
}
|
|
2904
|
+
},
|
|
2905
|
+
{
|
|
2906
|
+
"name": "Ripples",
|
|
2907
|
+
"fileName": "Ripples",
|
|
2908
|
+
"category": "Effects",
|
|
2909
|
+
"definition": {
|
|
2910
|
+
"name": "Ripples",
|
|
2911
|
+
"category": "Effects",
|
|
2912
|
+
"props": {
|
|
2913
|
+
"center": {
|
|
2914
|
+
"default": {
|
|
2915
|
+
"x": 0.5,
|
|
2916
|
+
"y": 0.5
|
|
2917
|
+
},
|
|
2918
|
+
"description": "The center point where ripples emanate from",
|
|
2919
|
+
"ui": {
|
|
2920
|
+
"type": "position",
|
|
2921
|
+
"label": "Center"
|
|
2922
|
+
}
|
|
2923
|
+
},
|
|
2924
|
+
"color": {
|
|
2925
|
+
"default": "#ffffff",
|
|
2926
|
+
"description": "Color of the ripple waves",
|
|
2927
|
+
"ui": {
|
|
2928
|
+
"type": "color",
|
|
2929
|
+
"label": "Ripple Color"
|
|
2930
|
+
}
|
|
2931
|
+
},
|
|
2932
|
+
"backgroundColor": {
|
|
2933
|
+
"default": "#000000",
|
|
2934
|
+
"description": "Background color between ripples",
|
|
2935
|
+
"ui": {
|
|
2936
|
+
"type": "color",
|
|
2937
|
+
"label": "Background Color"
|
|
2938
|
+
}
|
|
2939
|
+
},
|
|
2940
|
+
"speed": {
|
|
2941
|
+
"default": 1,
|
|
2942
|
+
"description": "Speed of ripple animation",
|
|
2943
|
+
"ui": {
|
|
2944
|
+
"type": "range",
|
|
2945
|
+
"min": 0,
|
|
2946
|
+
"max": 5,
|
|
2947
|
+
"step": 0.1,
|
|
2948
|
+
"label": "Speed"
|
|
2949
|
+
}
|
|
2950
|
+
},
|
|
2951
|
+
"frequency": {
|
|
2952
|
+
"default": 20,
|
|
2953
|
+
"description": "Number of ripples/spacing between them",
|
|
2954
|
+
"ui": {
|
|
2955
|
+
"type": "range",
|
|
2956
|
+
"min": 1,
|
|
2957
|
+
"max": 80,
|
|
2958
|
+
"step": 0.1,
|
|
2959
|
+
"label": "Frequency"
|
|
2960
|
+
}
|
|
2961
|
+
},
|
|
2962
|
+
"softness": {
|
|
2963
|
+
"default": 0,
|
|
2964
|
+
"description": "Softness of ripple edges",
|
|
2965
|
+
"ui": {
|
|
2966
|
+
"type": "range",
|
|
2967
|
+
"min": 0,
|
|
2968
|
+
"max": 2,
|
|
2969
|
+
"step": 0.01,
|
|
2970
|
+
"label": "Softness"
|
|
2971
|
+
}
|
|
2972
|
+
},
|
|
2973
|
+
"thickness": {
|
|
2974
|
+
"default": 0.5,
|
|
2975
|
+
"description": "Thickness of each ripple band",
|
|
2976
|
+
"ui": {
|
|
2977
|
+
"type": "range",
|
|
2978
|
+
"min": 0,
|
|
2979
|
+
"max": 1,
|
|
2980
|
+
"step": 0.01,
|
|
2981
|
+
"label": "Thickness"
|
|
2982
|
+
}
|
|
2983
|
+
},
|
|
2984
|
+
"damping": {
|
|
2985
|
+
"default": 0.2,
|
|
2986
|
+
"description": "How much ripples slow down with distance",
|
|
2987
|
+
"ui": {
|
|
2988
|
+
"type": "range",
|
|
2989
|
+
"min": 0,
|
|
2990
|
+
"max": 1,
|
|
2991
|
+
"step": 0.01,
|
|
2992
|
+
"label": "Damping"
|
|
2993
|
+
}
|
|
2994
|
+
},
|
|
2995
|
+
"dampingStart": {
|
|
2996
|
+
"default": 0.7,
|
|
2997
|
+
"description": "Distance from center where damping begins",
|
|
2998
|
+
"ui": {
|
|
2999
|
+
"type": "range",
|
|
3000
|
+
"min": 0.5,
|
|
3001
|
+
"max": 0.8,
|
|
3002
|
+
"step": 0.01,
|
|
3003
|
+
"label": "Damping Start"
|
|
3004
|
+
}
|
|
3005
|
+
},
|
|
3006
|
+
"dampingCurve": {
|
|
3007
|
+
"default": 3,
|
|
3008
|
+
"description": "How rapidly damping increases (higher = more sudden)",
|
|
3009
|
+
"ui": {
|
|
3010
|
+
"type": "range",
|
|
3011
|
+
"min": 2,
|
|
3012
|
+
"max": 5,
|
|
3013
|
+
"step": 0.1,
|
|
3014
|
+
"label": "Damping Curve"
|
|
3015
|
+
}
|
|
3016
|
+
},
|
|
3017
|
+
"phase": {
|
|
3018
|
+
"default": 0,
|
|
3019
|
+
"description": "Phase offset for ripple animation",
|
|
3020
|
+
"ui": {
|
|
3021
|
+
"type": "range",
|
|
3022
|
+
"min": 0,
|
|
3023
|
+
"max": 6.28,
|
|
3024
|
+
"step": 0.01,
|
|
3025
|
+
"label": "Phase"
|
|
3026
|
+
}
|
|
3027
|
+
}
|
|
3028
|
+
}
|
|
3029
|
+
},
|
|
3030
|
+
"propsMetadata": {
|
|
3031
|
+
"center": {
|
|
3032
|
+
"ui": {
|
|
3033
|
+
"type": "position",
|
|
3034
|
+
"label": "Center"
|
|
3035
|
+
},
|
|
3036
|
+
"default": {
|
|
3037
|
+
"x": 0.5,
|
|
3038
|
+
"y": 0.5
|
|
3039
|
+
},
|
|
3040
|
+
"description": "The center point where ripples emanate from"
|
|
3041
|
+
},
|
|
3042
|
+
"color": {
|
|
3043
|
+
"ui": {
|
|
3044
|
+
"type": "color",
|
|
3045
|
+
"label": "Ripple Color"
|
|
3046
|
+
},
|
|
3047
|
+
"default": "#ffffff",
|
|
3048
|
+
"description": "Color of the ripple waves"
|
|
3049
|
+
},
|
|
3050
|
+
"backgroundColor": {
|
|
3051
|
+
"ui": {
|
|
3052
|
+
"type": "color",
|
|
3053
|
+
"label": "Background Color"
|
|
3054
|
+
},
|
|
3055
|
+
"default": "#000000",
|
|
3056
|
+
"description": "Background color between ripples"
|
|
3057
|
+
},
|
|
3058
|
+
"speed": {
|
|
3059
|
+
"ui": {
|
|
3060
|
+
"type": "range",
|
|
3061
|
+
"min": 0,
|
|
3062
|
+
"max": 5,
|
|
3063
|
+
"step": 0.1,
|
|
3064
|
+
"label": "Speed"
|
|
3065
|
+
},
|
|
3066
|
+
"default": 1,
|
|
3067
|
+
"description": "Speed of ripple animation"
|
|
3068
|
+
},
|
|
3069
|
+
"frequency": {
|
|
3070
|
+
"ui": {
|
|
3071
|
+
"type": "range",
|
|
3072
|
+
"min": 1,
|
|
3073
|
+
"max": 80,
|
|
3074
|
+
"step": 0.1,
|
|
3075
|
+
"label": "Frequency"
|
|
3076
|
+
},
|
|
3077
|
+
"default": 20,
|
|
3078
|
+
"description": "Number of ripples/spacing between them"
|
|
3079
|
+
},
|
|
3080
|
+
"softness": {
|
|
3081
|
+
"ui": {
|
|
3082
|
+
"type": "range",
|
|
3083
|
+
"min": 0,
|
|
3084
|
+
"max": 2,
|
|
3085
|
+
"step": 0.01,
|
|
3086
|
+
"label": "Softness"
|
|
3087
|
+
},
|
|
3088
|
+
"default": 0,
|
|
3089
|
+
"description": "Softness of ripple edges"
|
|
3090
|
+
},
|
|
3091
|
+
"thickness": {
|
|
3092
|
+
"ui": {
|
|
3093
|
+
"type": "range",
|
|
3094
|
+
"min": 0,
|
|
3095
|
+
"max": 1,
|
|
3096
|
+
"step": 0.01,
|
|
3097
|
+
"label": "Thickness"
|
|
3098
|
+
},
|
|
3099
|
+
"default": 0.5,
|
|
3100
|
+
"description": "Thickness of each ripple band"
|
|
3101
|
+
},
|
|
3102
|
+
"damping": {
|
|
3103
|
+
"ui": {
|
|
3104
|
+
"type": "range",
|
|
3105
|
+
"min": 0,
|
|
3106
|
+
"max": 1,
|
|
3107
|
+
"step": 0.01,
|
|
3108
|
+
"label": "Damping"
|
|
3109
|
+
},
|
|
3110
|
+
"default": 0.2,
|
|
3111
|
+
"description": "How much ripples slow down with distance"
|
|
3112
|
+
},
|
|
3113
|
+
"dampingStart": {
|
|
3114
|
+
"ui": {
|
|
3115
|
+
"type": "range",
|
|
3116
|
+
"min": 0.5,
|
|
3117
|
+
"max": 0.8,
|
|
3118
|
+
"step": 0.01,
|
|
3119
|
+
"label": "Damping Start"
|
|
3120
|
+
},
|
|
3121
|
+
"default": 0.7,
|
|
3122
|
+
"description": "Distance from center where damping begins"
|
|
3123
|
+
},
|
|
3124
|
+
"dampingCurve": {
|
|
3125
|
+
"ui": {
|
|
3126
|
+
"type": "range",
|
|
3127
|
+
"min": 2,
|
|
3128
|
+
"max": 5,
|
|
3129
|
+
"step": 0.1,
|
|
3130
|
+
"label": "Damping Curve"
|
|
3131
|
+
},
|
|
3132
|
+
"default": 3,
|
|
3133
|
+
"description": "How rapidly damping increases (higher = more sudden)"
|
|
3134
|
+
},
|
|
3135
|
+
"phase": {
|
|
3136
|
+
"ui": {
|
|
3137
|
+
"type": "range",
|
|
3138
|
+
"min": 0,
|
|
3139
|
+
"max": 6.28,
|
|
3140
|
+
"step": 0.01,
|
|
3141
|
+
"label": "Phase"
|
|
3142
|
+
},
|
|
3143
|
+
"default": 0,
|
|
3144
|
+
"description": "Phase offset for ripple animation"
|
|
3145
|
+
}
|
|
3146
|
+
}
|
|
3147
|
+
},
|
|
3148
|
+
{
|
|
3149
|
+
"name": "Saturation",
|
|
3150
|
+
"fileName": "Saturation",
|
|
3151
|
+
"category": "Color Adjustments",
|
|
3152
|
+
"definition": {
|
|
3153
|
+
"name": "Saturation",
|
|
3154
|
+
"category": "Color Adjustments",
|
|
3155
|
+
"props": {
|
|
3156
|
+
"intensity": {
|
|
3157
|
+
"default": 1,
|
|
3158
|
+
"description": "The intensity of the saturation effect (1 being no change)",
|
|
3159
|
+
"ui": {
|
|
3160
|
+
"type": "range",
|
|
3161
|
+
"min": 0,
|
|
3162
|
+
"max": 3,
|
|
3163
|
+
"step": 0.01,
|
|
3164
|
+
"label": "Intensity"
|
|
3165
|
+
}
|
|
3166
|
+
}
|
|
3167
|
+
}
|
|
3168
|
+
},
|
|
3169
|
+
"propsMetadata": {
|
|
3170
|
+
"intensity": {
|
|
3171
|
+
"ui": {
|
|
3172
|
+
"type": "range",
|
|
3173
|
+
"min": 0,
|
|
3174
|
+
"max": 3,
|
|
3175
|
+
"step": 0.01,
|
|
3176
|
+
"label": "Intensity"
|
|
3177
|
+
},
|
|
3178
|
+
"default": 1,
|
|
3179
|
+
"description": "The intensity of the saturation effect (1 being no change)"
|
|
3180
|
+
}
|
|
3181
|
+
}
|
|
3182
|
+
},
|
|
3183
|
+
{
|
|
3184
|
+
"name": "SimplexNoise",
|
|
3185
|
+
"fileName": "SimplexNoise",
|
|
3186
|
+
"category": "Textures",
|
|
3187
|
+
"definition": {
|
|
3188
|
+
"name": "SimplexNoise",
|
|
3189
|
+
"category": "Textures",
|
|
3190
|
+
"props": {
|
|
3191
|
+
"scale": {
|
|
3192
|
+
"default": 2,
|
|
3193
|
+
"description": "Pattern scale (higher = larger patterns)",
|
|
3194
|
+
"ui": {
|
|
3195
|
+
"type": "range",
|
|
3196
|
+
"min": -2,
|
|
3197
|
+
"max": 5,
|
|
3198
|
+
"step": 0.1,
|
|
3199
|
+
"label": "Scale"
|
|
3200
|
+
}
|
|
3201
|
+
},
|
|
3202
|
+
"balance": {
|
|
3203
|
+
"default": 0,
|
|
3204
|
+
"description": "Balance between colors (negative = more background, -1 = full background range)",
|
|
3205
|
+
"ui": {
|
|
3206
|
+
"type": "range",
|
|
3207
|
+
"min": -1,
|
|
3208
|
+
"max": 1,
|
|
3209
|
+
"step": 0.01,
|
|
3210
|
+
"label": "Balance"
|
|
3211
|
+
}
|
|
3212
|
+
},
|
|
3213
|
+
"contrast": {
|
|
3214
|
+
"default": 0,
|
|
3215
|
+
"description": "Pattern contrast (higher = sharper transitions)",
|
|
3216
|
+
"ui": {
|
|
3217
|
+
"type": "range",
|
|
3218
|
+
"min": -2,
|
|
3219
|
+
"max": 2,
|
|
3220
|
+
"step": 0.1,
|
|
3221
|
+
"label": "Contrast"
|
|
3222
|
+
}
|
|
3223
|
+
},
|
|
3224
|
+
"color": {
|
|
3225
|
+
"default": "#ffffff",
|
|
3226
|
+
"description": "Primary noise color",
|
|
3227
|
+
"ui": {
|
|
3228
|
+
"type": "color",
|
|
3229
|
+
"label": "Color"
|
|
3230
|
+
}
|
|
3231
|
+
},
|
|
3232
|
+
"background": {
|
|
3233
|
+
"default": "transparent",
|
|
3234
|
+
"description": "Background color",
|
|
3235
|
+
"ui": {
|
|
3236
|
+
"type": "color",
|
|
3237
|
+
"label": "Background"
|
|
3238
|
+
}
|
|
3239
|
+
},
|
|
3240
|
+
"seed": {
|
|
3241
|
+
"default": 0,
|
|
3242
|
+
"description": "Random seed for pattern variation",
|
|
3243
|
+
"ui": {
|
|
3244
|
+
"type": "range",
|
|
3245
|
+
"min": 0,
|
|
3246
|
+
"max": 100,
|
|
3247
|
+
"step": 1,
|
|
3248
|
+
"label": "Seed"
|
|
3249
|
+
}
|
|
3250
|
+
},
|
|
3251
|
+
"speed": {
|
|
3252
|
+
"default": 1,
|
|
3253
|
+
"description": "Animation speed",
|
|
3254
|
+
"ui": {
|
|
3255
|
+
"type": "range",
|
|
3256
|
+
"min": 0,
|
|
3257
|
+
"max": 5,
|
|
3258
|
+
"step": 0.1,
|
|
3259
|
+
"label": "Speed"
|
|
3260
|
+
}
|
|
3261
|
+
},
|
|
3262
|
+
"angle": {
|
|
3263
|
+
"default": 45,
|
|
3264
|
+
"description": "Direction of animation movement (in degrees)",
|
|
3265
|
+
"ui": {
|
|
3266
|
+
"type": "range",
|
|
3267
|
+
"min": 0,
|
|
3268
|
+
"max": 360,
|
|
3269
|
+
"step": 1,
|
|
3270
|
+
"label": "Angle"
|
|
3271
|
+
}
|
|
3272
|
+
}
|
|
3273
|
+
}
|
|
3274
|
+
},
|
|
3275
|
+
"propsMetadata": {
|
|
3276
|
+
"scale": {
|
|
3277
|
+
"ui": {
|
|
3278
|
+
"type": "range",
|
|
3279
|
+
"min": -2,
|
|
3280
|
+
"max": 5,
|
|
3281
|
+
"step": 0.1,
|
|
3282
|
+
"label": "Scale"
|
|
3283
|
+
},
|
|
3284
|
+
"default": 2,
|
|
3285
|
+
"description": "Pattern scale (higher = larger patterns)"
|
|
3286
|
+
},
|
|
3287
|
+
"balance": {
|
|
3288
|
+
"ui": {
|
|
3289
|
+
"type": "range",
|
|
3290
|
+
"min": -1,
|
|
3291
|
+
"max": 1,
|
|
3292
|
+
"step": 0.01,
|
|
3293
|
+
"label": "Balance"
|
|
3294
|
+
},
|
|
3295
|
+
"default": 0,
|
|
3296
|
+
"description": "Balance between colors (negative = more background, -1 = full background range)"
|
|
3297
|
+
},
|
|
3298
|
+
"contrast": {
|
|
3299
|
+
"ui": {
|
|
3300
|
+
"type": "range",
|
|
3301
|
+
"min": -2,
|
|
3302
|
+
"max": 2,
|
|
3303
|
+
"step": 0.1,
|
|
3304
|
+
"label": "Contrast"
|
|
3305
|
+
},
|
|
3306
|
+
"default": 0,
|
|
3307
|
+
"description": "Pattern contrast (higher = sharper transitions)"
|
|
3308
|
+
},
|
|
3309
|
+
"color": {
|
|
3310
|
+
"ui": {
|
|
3311
|
+
"type": "color",
|
|
3312
|
+
"label": "Color"
|
|
3313
|
+
},
|
|
3314
|
+
"default": "#ffffff",
|
|
3315
|
+
"description": "Primary noise color"
|
|
3316
|
+
},
|
|
3317
|
+
"background": {
|
|
3318
|
+
"ui": {
|
|
3319
|
+
"type": "color",
|
|
3320
|
+
"label": "Background"
|
|
3321
|
+
},
|
|
3322
|
+
"default": "transparent",
|
|
3323
|
+
"description": "Background color"
|
|
3324
|
+
},
|
|
3325
|
+
"seed": {
|
|
3326
|
+
"ui": {
|
|
3327
|
+
"type": "range",
|
|
3328
|
+
"min": 0,
|
|
3329
|
+
"max": 100,
|
|
3330
|
+
"step": 1,
|
|
3331
|
+
"label": "Seed"
|
|
3332
|
+
},
|
|
3333
|
+
"default": 0,
|
|
3334
|
+
"description": "Random seed for pattern variation"
|
|
3335
|
+
},
|
|
3336
|
+
"speed": {
|
|
3337
|
+
"ui": {
|
|
3338
|
+
"type": "range",
|
|
3339
|
+
"min": 0,
|
|
3340
|
+
"max": 5,
|
|
3341
|
+
"step": 0.1,
|
|
3342
|
+
"label": "Speed"
|
|
3343
|
+
},
|
|
3344
|
+
"default": 1,
|
|
3345
|
+
"description": "Animation speed"
|
|
3346
|
+
},
|
|
3347
|
+
"angle": {
|
|
3348
|
+
"ui": {
|
|
3349
|
+
"type": "range",
|
|
3350
|
+
"min": 0,
|
|
3351
|
+
"max": 360,
|
|
3352
|
+
"step": 1,
|
|
3353
|
+
"label": "Angle"
|
|
3354
|
+
},
|
|
3355
|
+
"default": 45,
|
|
3356
|
+
"description": "Direction of animation movement (in degrees)"
|
|
3357
|
+
}
|
|
3358
|
+
}
|
|
3359
|
+
},
|
|
3360
|
+
{
|
|
3361
|
+
"name": "SineWave",
|
|
3362
|
+
"fileName": "SineWave",
|
|
3363
|
+
"category": "Shapes & Masks",
|
|
3364
|
+
"definition": {
|
|
3365
|
+
"name": "SineWave",
|
|
3366
|
+
"category": "Shapes & Masks",
|
|
3367
|
+
"props": {
|
|
3368
|
+
"color": {
|
|
3369
|
+
"default": "#ffffff",
|
|
3370
|
+
"description": "The color of the sine wave",
|
|
3371
|
+
"ui": {
|
|
3372
|
+
"type": "color",
|
|
3373
|
+
"label": "Color"
|
|
3374
|
+
}
|
|
3375
|
+
},
|
|
3376
|
+
"amplitude": {
|
|
3377
|
+
"default": 0.15,
|
|
3378
|
+
"description": "The height/amplitude of the sine wave",
|
|
3379
|
+
"ui": {
|
|
3380
|
+
"type": "range",
|
|
3381
|
+
"min": 0,
|
|
3382
|
+
"max": 1,
|
|
3383
|
+
"step": 0.01,
|
|
3384
|
+
"label": "Amplitude"
|
|
3385
|
+
}
|
|
3386
|
+
},
|
|
3387
|
+
"frequency": {
|
|
3388
|
+
"default": 1,
|
|
3389
|
+
"description": "The frequency/number of wave cycles",
|
|
3390
|
+
"ui": {
|
|
3391
|
+
"type": "range",
|
|
3392
|
+
"min": 0.1,
|
|
3393
|
+
"max": 20,
|
|
3394
|
+
"step": 0.1,
|
|
3395
|
+
"label": "Frequency"
|
|
3396
|
+
}
|
|
3397
|
+
},
|
|
3398
|
+
"speed": {
|
|
3399
|
+
"default": 1,
|
|
3400
|
+
"description": "The animation speed of the wave",
|
|
3401
|
+
"ui": {
|
|
3402
|
+
"type": "range",
|
|
3403
|
+
"min": -5,
|
|
3404
|
+
"max": 5,
|
|
3405
|
+
"step": 0.1,
|
|
3406
|
+
"label": "Speed"
|
|
3407
|
+
}
|
|
3408
|
+
},
|
|
3409
|
+
"angle": {
|
|
3410
|
+
"default": 0,
|
|
3411
|
+
"description": "The rotation angle of the wave (in degrees)",
|
|
3412
|
+
"ui": {
|
|
3413
|
+
"type": "range",
|
|
3414
|
+
"min": 0,
|
|
3415
|
+
"max": 360,
|
|
3416
|
+
"step": 1,
|
|
3417
|
+
"label": "Angle"
|
|
3418
|
+
}
|
|
3419
|
+
},
|
|
3420
|
+
"position": {
|
|
3421
|
+
"default": {
|
|
3422
|
+
"x": 0.5,
|
|
3423
|
+
"y": 0.5
|
|
3424
|
+
},
|
|
3425
|
+
"description": "The center position of the wave",
|
|
3426
|
+
"ui": {
|
|
3427
|
+
"type": "position",
|
|
3428
|
+
"label": "Position"
|
|
3429
|
+
}
|
|
3430
|
+
},
|
|
3431
|
+
"thickness": {
|
|
3432
|
+
"default": 0.2,
|
|
3433
|
+
"description": "The thickness of the wave line",
|
|
3434
|
+
"ui": {
|
|
3435
|
+
"type": "range",
|
|
3436
|
+
"min": 0,
|
|
3437
|
+
"max": 2,
|
|
3438
|
+
"step": 0.01,
|
|
3439
|
+
"label": "Thickness"
|
|
3440
|
+
}
|
|
3441
|
+
},
|
|
3442
|
+
"softness": {
|
|
3443
|
+
"default": 0.4,
|
|
3444
|
+
"description": "Edge softness of the wave line",
|
|
3445
|
+
"ui": {
|
|
3446
|
+
"type": "range",
|
|
3447
|
+
"min": 0,
|
|
3448
|
+
"max": 1,
|
|
3449
|
+
"step": 0.01,
|
|
3450
|
+
"label": "Softness"
|
|
3451
|
+
}
|
|
3452
|
+
}
|
|
3453
|
+
}
|
|
3454
|
+
},
|
|
3455
|
+
"propsMetadata": {
|
|
3456
|
+
"color": {
|
|
3457
|
+
"ui": {
|
|
3458
|
+
"type": "color",
|
|
3459
|
+
"label": "Color"
|
|
3460
|
+
},
|
|
3461
|
+
"default": "#ffffff",
|
|
3462
|
+
"description": "The color of the sine wave"
|
|
3463
|
+
},
|
|
3464
|
+
"amplitude": {
|
|
3465
|
+
"ui": {
|
|
3466
|
+
"type": "range",
|
|
3467
|
+
"min": 0,
|
|
3468
|
+
"max": 1,
|
|
3469
|
+
"step": 0.01,
|
|
3470
|
+
"label": "Amplitude"
|
|
3471
|
+
},
|
|
3472
|
+
"default": 0.15,
|
|
3473
|
+
"description": "The height/amplitude of the sine wave"
|
|
3474
|
+
},
|
|
3475
|
+
"frequency": {
|
|
3476
|
+
"ui": {
|
|
3477
|
+
"type": "range",
|
|
3478
|
+
"min": 0.1,
|
|
3479
|
+
"max": 20,
|
|
3480
|
+
"step": 0.1,
|
|
3481
|
+
"label": "Frequency"
|
|
3482
|
+
},
|
|
3483
|
+
"default": 1,
|
|
3484
|
+
"description": "The frequency/number of wave cycles"
|
|
3485
|
+
},
|
|
3486
|
+
"speed": {
|
|
3487
|
+
"ui": {
|
|
3488
|
+
"type": "range",
|
|
3489
|
+
"min": -5,
|
|
3490
|
+
"max": 5,
|
|
3491
|
+
"step": 0.1,
|
|
3492
|
+
"label": "Speed"
|
|
3493
|
+
},
|
|
3494
|
+
"default": 1,
|
|
3495
|
+
"description": "The animation speed of the wave"
|
|
3496
|
+
},
|
|
3497
|
+
"angle": {
|
|
3498
|
+
"ui": {
|
|
3499
|
+
"type": "range",
|
|
3500
|
+
"min": 0,
|
|
3501
|
+
"max": 360,
|
|
3502
|
+
"step": 1,
|
|
3503
|
+
"label": "Angle"
|
|
3504
|
+
},
|
|
3505
|
+
"default": 0,
|
|
3506
|
+
"description": "The rotation angle of the wave (in degrees)"
|
|
3507
|
+
},
|
|
3508
|
+
"position": {
|
|
3509
|
+
"ui": {
|
|
3510
|
+
"type": "position",
|
|
3511
|
+
"label": "Position"
|
|
3512
|
+
},
|
|
3513
|
+
"default": {
|
|
3514
|
+
"x": 0.5,
|
|
3515
|
+
"y": 0.5
|
|
3516
|
+
},
|
|
3517
|
+
"description": "The center position of the wave"
|
|
3518
|
+
},
|
|
3519
|
+
"thickness": {
|
|
3520
|
+
"ui": {
|
|
3521
|
+
"type": "range",
|
|
3522
|
+
"min": 0,
|
|
3523
|
+
"max": 2,
|
|
3524
|
+
"step": 0.01,
|
|
3525
|
+
"label": "Thickness"
|
|
3526
|
+
},
|
|
3527
|
+
"default": 0.2,
|
|
3528
|
+
"description": "The thickness of the wave line"
|
|
3529
|
+
},
|
|
3530
|
+
"softness": {
|
|
3531
|
+
"ui": {
|
|
3532
|
+
"type": "range",
|
|
3533
|
+
"min": 0,
|
|
3534
|
+
"max": 1,
|
|
3535
|
+
"step": 0.01,
|
|
3536
|
+
"label": "Softness"
|
|
3537
|
+
},
|
|
3538
|
+
"default": 0.4,
|
|
3539
|
+
"description": "Edge softness of the wave line"
|
|
3540
|
+
}
|
|
3541
|
+
}
|
|
3542
|
+
},
|
|
3543
|
+
{
|
|
3544
|
+
"name": "SolidColor",
|
|
3545
|
+
"fileName": "SolidColor",
|
|
3546
|
+
"category": "Gradients & Colors",
|
|
3547
|
+
"definition": {
|
|
3548
|
+
"name": "SolidColor",
|
|
3549
|
+
"category": "Gradients & Colors",
|
|
3550
|
+
"props": {
|
|
3551
|
+
"color": {
|
|
3552
|
+
"default": "#5b18ca",
|
|
3553
|
+
"description": "The solid color to display",
|
|
3554
|
+
"ui": {
|
|
3555
|
+
"type": "color",
|
|
3556
|
+
"label": "Color"
|
|
3557
|
+
}
|
|
3558
|
+
}
|
|
3559
|
+
}
|
|
3560
|
+
},
|
|
3561
|
+
"propsMetadata": {
|
|
3562
|
+
"color": {
|
|
3563
|
+
"ui": {
|
|
3564
|
+
"type": "color",
|
|
3565
|
+
"label": "Color"
|
|
3566
|
+
},
|
|
3567
|
+
"default": "#5b18ca",
|
|
3568
|
+
"description": "The solid color to display"
|
|
3569
|
+
}
|
|
3570
|
+
}
|
|
3571
|
+
},
|
|
3572
|
+
{
|
|
3573
|
+
"name": "Spiral",
|
|
3574
|
+
"fileName": "Spiral",
|
|
3575
|
+
"category": "Shapes & Masks",
|
|
3576
|
+
"definition": {
|
|
3577
|
+
"name": "Spiral",
|
|
3578
|
+
"category": "Shapes & Masks",
|
|
3579
|
+
"props": {
|
|
3580
|
+
"colorBack": {
|
|
3581
|
+
"default": "#000000",
|
|
3582
|
+
"description": "Background color",
|
|
3583
|
+
"ui": {
|
|
3584
|
+
"type": "color",
|
|
3585
|
+
"label": "Background Color"
|
|
3586
|
+
}
|
|
3587
|
+
},
|
|
3588
|
+
"colorFront": {
|
|
3589
|
+
"default": "#ffffff",
|
|
3590
|
+
"description": "Spiral stroke color",
|
|
3591
|
+
"ui": {
|
|
3592
|
+
"type": "color",
|
|
3593
|
+
"label": "Spiral Color"
|
|
3594
|
+
}
|
|
3595
|
+
},
|
|
3596
|
+
"strokeWidth": {
|
|
3597
|
+
"default": 0.5,
|
|
3598
|
+
"description": "Thickness of spiral stroke",
|
|
3599
|
+
"ui": {
|
|
3600
|
+
"type": "range",
|
|
3601
|
+
"min": 0,
|
|
3602
|
+
"max": 2,
|
|
3603
|
+
"step": 0.01,
|
|
3604
|
+
"label": "Stroke Width"
|
|
3605
|
+
}
|
|
3606
|
+
},
|
|
3607
|
+
"strokeFalloff": {
|
|
3608
|
+
"default": 0,
|
|
3609
|
+
"description": "Stroke losing width further from center",
|
|
3610
|
+
"ui": {
|
|
3611
|
+
"type": "range",
|
|
3612
|
+
"min": 0,
|
|
3613
|
+
"max": 1,
|
|
3614
|
+
"step": 0.01,
|
|
3615
|
+
"label": "Stroke Falloff"
|
|
3616
|
+
}
|
|
3617
|
+
},
|
|
3618
|
+
"softness": {
|
|
3619
|
+
"default": 0,
|
|
3620
|
+
"description": "Color transition sharpness (0 = hard edge, 1 = smooth fade)",
|
|
3621
|
+
"ui": {
|
|
3622
|
+
"type": "range",
|
|
3623
|
+
"min": 0,
|
|
3624
|
+
"max": 1,
|
|
3625
|
+
"step": 0.01,
|
|
3626
|
+
"label": "Softness"
|
|
3627
|
+
}
|
|
3628
|
+
},
|
|
3629
|
+
"speed": {
|
|
3630
|
+
"default": 1,
|
|
3631
|
+
"description": "Animation speed (negative values reverse direction)",
|
|
3632
|
+
"ui": {
|
|
3633
|
+
"type": "range",
|
|
3634
|
+
"min": -3,
|
|
3635
|
+
"max": 3,
|
|
3636
|
+
"step": 0.1,
|
|
3637
|
+
"label": "Speed"
|
|
3638
|
+
}
|
|
3639
|
+
},
|
|
3640
|
+
"center": {
|
|
3641
|
+
"default": {
|
|
3642
|
+
"x": 0.5,
|
|
3643
|
+
"y": 0.5
|
|
3644
|
+
},
|
|
3645
|
+
"description": "The center point of the spiral",
|
|
3646
|
+
"ui": {
|
|
3647
|
+
"type": "position",
|
|
3648
|
+
"label": "Center"
|
|
3649
|
+
}
|
|
3650
|
+
},
|
|
3651
|
+
"scale": {
|
|
3652
|
+
"default": 1,
|
|
3653
|
+
"description": "Scale factor for spiral bands (higher = more bands, lower = fewer bands)",
|
|
3654
|
+
"ui": {
|
|
3655
|
+
"type": "range",
|
|
3656
|
+
"min": 0.1,
|
|
3657
|
+
"max": 5,
|
|
3658
|
+
"step": 0.1,
|
|
3659
|
+
"label": "Scale"
|
|
3660
|
+
}
|
|
3661
|
+
}
|
|
3662
|
+
}
|
|
3663
|
+
},
|
|
3664
|
+
"propsMetadata": {
|
|
3665
|
+
"colorBack": {
|
|
3666
|
+
"ui": {
|
|
3667
|
+
"type": "color",
|
|
3668
|
+
"label": "Background Color"
|
|
3669
|
+
},
|
|
3670
|
+
"default": "#000000",
|
|
3671
|
+
"description": "Background color"
|
|
3672
|
+
},
|
|
3673
|
+
"colorFront": {
|
|
3674
|
+
"ui": {
|
|
3675
|
+
"type": "color",
|
|
3676
|
+
"label": "Spiral Color"
|
|
3677
|
+
},
|
|
3678
|
+
"default": "#ffffff",
|
|
3679
|
+
"description": "Spiral stroke color"
|
|
3680
|
+
},
|
|
3681
|
+
"strokeWidth": {
|
|
3682
|
+
"ui": {
|
|
3683
|
+
"type": "range",
|
|
3684
|
+
"min": 0,
|
|
3685
|
+
"max": 2,
|
|
3686
|
+
"step": 0.01,
|
|
3687
|
+
"label": "Stroke Width"
|
|
3688
|
+
},
|
|
3689
|
+
"default": 0.5,
|
|
3690
|
+
"description": "Thickness of spiral stroke"
|
|
3691
|
+
},
|
|
3692
|
+
"strokeFalloff": {
|
|
3693
|
+
"ui": {
|
|
3694
|
+
"type": "range",
|
|
3695
|
+
"min": 0,
|
|
3696
|
+
"max": 1,
|
|
3697
|
+
"step": 0.01,
|
|
3698
|
+
"label": "Stroke Falloff"
|
|
3699
|
+
},
|
|
3700
|
+
"default": 0,
|
|
3701
|
+
"description": "Stroke losing width further from center"
|
|
3702
|
+
},
|
|
3703
|
+
"softness": {
|
|
3704
|
+
"ui": {
|
|
3705
|
+
"type": "range",
|
|
3706
|
+
"min": 0,
|
|
3707
|
+
"max": 1,
|
|
3708
|
+
"step": 0.01,
|
|
3709
|
+
"label": "Softness"
|
|
3710
|
+
},
|
|
3711
|
+
"default": 0,
|
|
3712
|
+
"description": "Color transition sharpness (0 = hard edge, 1 = smooth fade)"
|
|
3713
|
+
},
|
|
3714
|
+
"speed": {
|
|
3715
|
+
"ui": {
|
|
3716
|
+
"type": "range",
|
|
3717
|
+
"min": -3,
|
|
3718
|
+
"max": 3,
|
|
3719
|
+
"step": 0.1,
|
|
3720
|
+
"label": "Speed"
|
|
3721
|
+
},
|
|
3722
|
+
"default": 1,
|
|
3723
|
+
"description": "Animation speed (negative values reverse direction)"
|
|
3724
|
+
},
|
|
3725
|
+
"center": {
|
|
3726
|
+
"ui": {
|
|
3727
|
+
"type": "position",
|
|
3728
|
+
"label": "Center"
|
|
3729
|
+
},
|
|
3730
|
+
"default": {
|
|
3731
|
+
"x": 0.5,
|
|
3732
|
+
"y": 0.5
|
|
3733
|
+
},
|
|
3734
|
+
"description": "The center point of the spiral"
|
|
3735
|
+
},
|
|
3736
|
+
"scale": {
|
|
3737
|
+
"ui": {
|
|
3738
|
+
"type": "range",
|
|
3739
|
+
"min": 0.1,
|
|
3740
|
+
"max": 5,
|
|
3741
|
+
"step": 0.1,
|
|
3742
|
+
"label": "Scale"
|
|
3743
|
+
},
|
|
3744
|
+
"default": 1,
|
|
3745
|
+
"description": "Scale factor for spiral bands (higher = more bands, lower = fewer bands)"
|
|
3746
|
+
}
|
|
3747
|
+
}
|
|
3748
|
+
},
|
|
3749
|
+
{
|
|
3750
|
+
"name": "Stretch",
|
|
3751
|
+
"fileName": "Stretch",
|
|
3752
|
+
"category": "Distortions",
|
|
3753
|
+
"definition": {
|
|
3754
|
+
"name": "Stretch",
|
|
3755
|
+
"category": "Distortions",
|
|
3756
|
+
"props": {}
|
|
3757
|
+
},
|
|
3758
|
+
"propsMetadata": {}
|
|
3759
|
+
},
|
|
3760
|
+
{
|
|
3761
|
+
"name": "Swirl",
|
|
3762
|
+
"fileName": "Swirl",
|
|
3763
|
+
"category": "Gradients & Colors",
|
|
3764
|
+
"definition": {
|
|
3765
|
+
"name": "Swirl",
|
|
3766
|
+
"category": "Gradients & Colors",
|
|
3767
|
+
"props": {
|
|
3768
|
+
"colorA": {
|
|
3769
|
+
"default": "#1275d8",
|
|
3770
|
+
"description": "Primary gradient color",
|
|
3771
|
+
"ui": {
|
|
3772
|
+
"type": "color",
|
|
3773
|
+
"label": "Primary Color"
|
|
3774
|
+
}
|
|
3775
|
+
},
|
|
3776
|
+
"colorB": {
|
|
3777
|
+
"default": "#e19136",
|
|
3778
|
+
"description": "Secondary gradient color",
|
|
3779
|
+
"ui": {
|
|
3780
|
+
"type": "color",
|
|
3781
|
+
"label": "Secondary Color"
|
|
3782
|
+
}
|
|
3783
|
+
},
|
|
3784
|
+
"speed": {
|
|
3785
|
+
"default": 1,
|
|
3786
|
+
"description": "Flow animation speed",
|
|
3787
|
+
"ui": {
|
|
3788
|
+
"type": "range",
|
|
3789
|
+
"min": 0,
|
|
3790
|
+
"max": 5,
|
|
3791
|
+
"step": 0.1,
|
|
3792
|
+
"label": "Speed"
|
|
3793
|
+
}
|
|
3794
|
+
},
|
|
3795
|
+
"detail": {
|
|
3796
|
+
"default": 1,
|
|
3797
|
+
"description": "Level of detail and intricacy in the swirl patterns",
|
|
3798
|
+
"ui": {
|
|
3799
|
+
"type": "range",
|
|
3800
|
+
"min": 0,
|
|
3801
|
+
"max": 10,
|
|
3802
|
+
"step": 0.1,
|
|
3803
|
+
"label": "Detail"
|
|
3804
|
+
}
|
|
3805
|
+
},
|
|
3806
|
+
"blend": {
|
|
3807
|
+
"default": 50,
|
|
3808
|
+
"description": "Skew color balance toward A (lower values) or B (higher values)",
|
|
3809
|
+
"ui": {
|
|
3810
|
+
"type": "range",
|
|
3811
|
+
"min": 0,
|
|
3812
|
+
"max": 100,
|
|
3813
|
+
"step": 1,
|
|
3814
|
+
"label": "Blend"
|
|
3815
|
+
}
|
|
3816
|
+
},
|
|
3817
|
+
"coarseX": {
|
|
3818
|
+
"default": 50,
|
|
3819
|
+
"description": "Horizontal frequency for coarse/base layer",
|
|
3820
|
+
"ui": {
|
|
3821
|
+
"type": "range",
|
|
3822
|
+
"min": 0,
|
|
3823
|
+
"max": 100,
|
|
3824
|
+
"step": 1,
|
|
3825
|
+
"label": "Coarse X"
|
|
3826
|
+
}
|
|
3827
|
+
},
|
|
3828
|
+
"coarseY": {
|
|
3829
|
+
"default": 50,
|
|
3830
|
+
"description": "Vertical frequency for coarse/base layer",
|
|
3831
|
+
"ui": {
|
|
3832
|
+
"type": "range",
|
|
3833
|
+
"min": 0,
|
|
3834
|
+
"max": 100,
|
|
3835
|
+
"step": 1,
|
|
3836
|
+
"label": "Coarse Y"
|
|
3837
|
+
}
|
|
3838
|
+
},
|
|
3839
|
+
"mediumX": {
|
|
3840
|
+
"default": 50,
|
|
3841
|
+
"description": "Horizontal frequency for medium detail layer",
|
|
3842
|
+
"ui": {
|
|
3843
|
+
"type": "range",
|
|
3844
|
+
"min": 0,
|
|
3845
|
+
"max": 100,
|
|
3846
|
+
"step": 1,
|
|
3847
|
+
"label": "Medium X"
|
|
3848
|
+
}
|
|
3849
|
+
},
|
|
3850
|
+
"mediumY": {
|
|
3851
|
+
"default": 50,
|
|
3852
|
+
"description": "Vertical frequency for medium detail layer",
|
|
3853
|
+
"ui": {
|
|
3854
|
+
"type": "range",
|
|
3855
|
+
"min": 0,
|
|
3856
|
+
"max": 100,
|
|
3857
|
+
"step": 1,
|
|
3858
|
+
"label": "Medium Y"
|
|
3859
|
+
}
|
|
3860
|
+
},
|
|
3861
|
+
"fineX": {
|
|
3862
|
+
"default": 50,
|
|
3863
|
+
"description": "Horizontal frequency for fine detail layer",
|
|
3864
|
+
"ui": {
|
|
3865
|
+
"type": "range",
|
|
3866
|
+
"min": 0,
|
|
3867
|
+
"max": 100,
|
|
3868
|
+
"step": 1,
|
|
3869
|
+
"label": "Fine X"
|
|
3870
|
+
}
|
|
3871
|
+
},
|
|
3872
|
+
"fineY": {
|
|
3873
|
+
"default": 50,
|
|
3874
|
+
"description": "Vertical frequency for fine detail layer",
|
|
3875
|
+
"ui": {
|
|
3876
|
+
"type": "range",
|
|
3877
|
+
"min": 0,
|
|
3878
|
+
"max": 100,
|
|
3879
|
+
"step": 1,
|
|
3880
|
+
"label": "Fine Y"
|
|
3881
|
+
}
|
|
3882
|
+
}
|
|
3883
|
+
}
|
|
3884
|
+
},
|
|
3885
|
+
"propsMetadata": {
|
|
3886
|
+
"colorA": {
|
|
3887
|
+
"ui": {
|
|
3888
|
+
"type": "color",
|
|
3889
|
+
"label": "Primary Color"
|
|
3890
|
+
},
|
|
3891
|
+
"default": "#1275d8",
|
|
3892
|
+
"description": "Primary gradient color"
|
|
3893
|
+
},
|
|
3894
|
+
"colorB": {
|
|
3895
|
+
"ui": {
|
|
3896
|
+
"type": "color",
|
|
3897
|
+
"label": "Secondary Color"
|
|
3898
|
+
},
|
|
3899
|
+
"default": "#e19136",
|
|
3900
|
+
"description": "Secondary gradient color"
|
|
3901
|
+
},
|
|
3902
|
+
"speed": {
|
|
3903
|
+
"ui": {
|
|
3904
|
+
"type": "range",
|
|
3905
|
+
"min": 0,
|
|
3906
|
+
"max": 5,
|
|
3907
|
+
"step": 0.1,
|
|
3908
|
+
"label": "Speed"
|
|
3909
|
+
},
|
|
3910
|
+
"default": 1,
|
|
3911
|
+
"description": "Flow animation speed"
|
|
3912
|
+
},
|
|
3913
|
+
"detail": {
|
|
3914
|
+
"ui": {
|
|
3915
|
+
"type": "range",
|
|
3916
|
+
"min": 0,
|
|
3917
|
+
"max": 10,
|
|
3918
|
+
"step": 0.1,
|
|
3919
|
+
"label": "Detail"
|
|
3920
|
+
},
|
|
3921
|
+
"default": 1,
|
|
3922
|
+
"description": "Level of detail and intricacy in the swirl patterns"
|
|
3923
|
+
},
|
|
3924
|
+
"blend": {
|
|
3925
|
+
"ui": {
|
|
3926
|
+
"type": "range",
|
|
3927
|
+
"min": 0,
|
|
3928
|
+
"max": 100,
|
|
3929
|
+
"step": 1,
|
|
3930
|
+
"label": "Blend"
|
|
3931
|
+
},
|
|
3932
|
+
"default": 50,
|
|
3933
|
+
"description": "Skew color balance toward A (lower values) or B (higher values)"
|
|
3934
|
+
},
|
|
3935
|
+
"coarseX": {
|
|
3936
|
+
"ui": {
|
|
3937
|
+
"type": "range",
|
|
3938
|
+
"min": 0,
|
|
3939
|
+
"max": 100,
|
|
3940
|
+
"step": 1,
|
|
3941
|
+
"label": "Coarse X"
|
|
3942
|
+
},
|
|
3943
|
+
"default": 50,
|
|
3944
|
+
"description": "Horizontal frequency for coarse/base layer"
|
|
3945
|
+
},
|
|
3946
|
+
"coarseY": {
|
|
3947
|
+
"ui": {
|
|
3948
|
+
"type": "range",
|
|
3949
|
+
"min": 0,
|
|
3950
|
+
"max": 100,
|
|
3951
|
+
"step": 1,
|
|
3952
|
+
"label": "Coarse Y"
|
|
3953
|
+
},
|
|
3954
|
+
"default": 50,
|
|
3955
|
+
"description": "Vertical frequency for coarse/base layer"
|
|
3956
|
+
},
|
|
3957
|
+
"mediumX": {
|
|
3958
|
+
"ui": {
|
|
3959
|
+
"type": "range",
|
|
3960
|
+
"min": 0,
|
|
3961
|
+
"max": 100,
|
|
3962
|
+
"step": 1,
|
|
3963
|
+
"label": "Medium X"
|
|
3964
|
+
},
|
|
3965
|
+
"default": 50,
|
|
3966
|
+
"description": "Horizontal frequency for medium detail layer"
|
|
3967
|
+
},
|
|
3968
|
+
"mediumY": {
|
|
3969
|
+
"ui": {
|
|
3970
|
+
"type": "range",
|
|
3971
|
+
"min": 0,
|
|
3972
|
+
"max": 100,
|
|
3973
|
+
"step": 1,
|
|
3974
|
+
"label": "Medium Y"
|
|
3975
|
+
},
|
|
3976
|
+
"default": 50,
|
|
3977
|
+
"description": "Vertical frequency for medium detail layer"
|
|
3978
|
+
},
|
|
3979
|
+
"fineX": {
|
|
3980
|
+
"ui": {
|
|
3981
|
+
"type": "range",
|
|
3982
|
+
"min": 0,
|
|
3983
|
+
"max": 100,
|
|
3984
|
+
"step": 1,
|
|
3985
|
+
"label": "Fine X"
|
|
3986
|
+
},
|
|
3987
|
+
"default": 50,
|
|
3988
|
+
"description": "Horizontal frequency for fine detail layer"
|
|
3989
|
+
},
|
|
3990
|
+
"fineY": {
|
|
3991
|
+
"ui": {
|
|
3992
|
+
"type": "range",
|
|
3993
|
+
"min": 0,
|
|
3994
|
+
"max": 100,
|
|
3995
|
+
"step": 1,
|
|
3996
|
+
"label": "Fine Y"
|
|
3997
|
+
},
|
|
3998
|
+
"default": 50,
|
|
3999
|
+
"description": "Vertical frequency for fine detail layer"
|
|
4000
|
+
}
|
|
4001
|
+
}
|
|
4002
|
+
},
|
|
4003
|
+
{
|
|
4004
|
+
"name": "TiltShift",
|
|
4005
|
+
"fileName": "TiltShift",
|
|
4006
|
+
"category": "Blurs",
|
|
4007
|
+
"definition": {
|
|
4008
|
+
"name": "TiltShift",
|
|
4009
|
+
"category": "Blurs",
|
|
4010
|
+
"requiresRTT": true,
|
|
4011
|
+
"props": {
|
|
4012
|
+
"intensity": {
|
|
4013
|
+
"default": 20,
|
|
4014
|
+
"description": "Maximum blur intensity at edges",
|
|
4015
|
+
"ui": {
|
|
4016
|
+
"type": "range",
|
|
4017
|
+
"min": 0,
|
|
4018
|
+
"max": 100,
|
|
4019
|
+
"step": 1,
|
|
4020
|
+
"label": "Intensity"
|
|
4021
|
+
}
|
|
4022
|
+
},
|
|
4023
|
+
"width": {
|
|
4024
|
+
"default": 0.3,
|
|
4025
|
+
"description": "Width of the sharp focus area",
|
|
4026
|
+
"ui": {
|
|
4027
|
+
"type": "range",
|
|
4028
|
+
"min": 0,
|
|
4029
|
+
"max": 1,
|
|
4030
|
+
"step": 0.01,
|
|
4031
|
+
"label": "Width"
|
|
4032
|
+
}
|
|
4033
|
+
},
|
|
4034
|
+
"falloff": {
|
|
4035
|
+
"default": 0.3,
|
|
4036
|
+
"description": "Distance over which blur transitions to full strength",
|
|
4037
|
+
"ui": {
|
|
4038
|
+
"type": "range",
|
|
4039
|
+
"min": 0,
|
|
4040
|
+
"max": 1,
|
|
4041
|
+
"step": 0.01,
|
|
4042
|
+
"label": "Falloff"
|
|
4043
|
+
}
|
|
4044
|
+
},
|
|
4045
|
+
"angle": {
|
|
4046
|
+
"default": 0,
|
|
4047
|
+
"description": "Rotation angle of the focus line (in degrees)",
|
|
4048
|
+
"ui": {
|
|
4049
|
+
"type": "range",
|
|
4050
|
+
"min": 0,
|
|
4051
|
+
"max": 360,
|
|
4052
|
+
"step": 1,
|
|
4053
|
+
"label": "Angle"
|
|
4054
|
+
}
|
|
4055
|
+
},
|
|
4056
|
+
"center": {
|
|
4057
|
+
"default": {
|
|
4058
|
+
"x": 0.5,
|
|
4059
|
+
"y": 0.5
|
|
4060
|
+
},
|
|
4061
|
+
"description": "Center point of the focus line",
|
|
4062
|
+
"ui": {
|
|
4063
|
+
"type": "position",
|
|
4064
|
+
"label": "Center"
|
|
4065
|
+
}
|
|
4066
|
+
}
|
|
4067
|
+
}
|
|
4068
|
+
},
|
|
4069
|
+
"propsMetadata": {
|
|
4070
|
+
"intensity": {
|
|
4071
|
+
"ui": {
|
|
4072
|
+
"type": "range",
|
|
4073
|
+
"min": 0,
|
|
4074
|
+
"max": 100,
|
|
4075
|
+
"step": 1,
|
|
4076
|
+
"label": "Intensity"
|
|
4077
|
+
},
|
|
4078
|
+
"default": 20,
|
|
4079
|
+
"description": "Maximum blur intensity at edges"
|
|
4080
|
+
},
|
|
4081
|
+
"width": {
|
|
4082
|
+
"ui": {
|
|
4083
|
+
"type": "range",
|
|
4084
|
+
"min": 0,
|
|
4085
|
+
"max": 1,
|
|
4086
|
+
"step": 0.01,
|
|
4087
|
+
"label": "Width"
|
|
4088
|
+
},
|
|
4089
|
+
"default": 0.3,
|
|
4090
|
+
"description": "Width of the sharp focus area"
|
|
4091
|
+
},
|
|
4092
|
+
"falloff": {
|
|
4093
|
+
"ui": {
|
|
4094
|
+
"type": "range",
|
|
4095
|
+
"min": 0,
|
|
4096
|
+
"max": 1,
|
|
4097
|
+
"step": 0.01,
|
|
4098
|
+
"label": "Falloff"
|
|
4099
|
+
},
|
|
4100
|
+
"default": 0.3,
|
|
4101
|
+
"description": "Distance over which blur transitions to full strength"
|
|
4102
|
+
},
|
|
4103
|
+
"angle": {
|
|
4104
|
+
"ui": {
|
|
4105
|
+
"type": "range",
|
|
4106
|
+
"min": 0,
|
|
4107
|
+
"max": 360,
|
|
4108
|
+
"step": 1,
|
|
4109
|
+
"label": "Angle"
|
|
4110
|
+
},
|
|
4111
|
+
"default": 0,
|
|
4112
|
+
"description": "Rotation angle of the focus line (in degrees)"
|
|
4113
|
+
},
|
|
4114
|
+
"center": {
|
|
4115
|
+
"ui": {
|
|
4116
|
+
"type": "position",
|
|
4117
|
+
"label": "Center"
|
|
4118
|
+
},
|
|
4119
|
+
"default": {
|
|
4120
|
+
"x": 0.5,
|
|
4121
|
+
"y": 0.5
|
|
4122
|
+
},
|
|
4123
|
+
"description": "Center point of the focus line"
|
|
4124
|
+
}
|
|
4125
|
+
}
|
|
4126
|
+
},
|
|
4127
|
+
{
|
|
4128
|
+
"name": "Tint",
|
|
4129
|
+
"fileName": "Tint",
|
|
4130
|
+
"category": "Color Adjustments",
|
|
4131
|
+
"definition": {
|
|
4132
|
+
"name": "Tint",
|
|
4133
|
+
"category": "Color Adjustments",
|
|
4134
|
+
"props": {}
|
|
4135
|
+
},
|
|
4136
|
+
"propsMetadata": {}
|
|
4137
|
+
},
|
|
4138
|
+
{
|
|
4139
|
+
"name": "Twirl",
|
|
4140
|
+
"fileName": "Twirl",
|
|
4141
|
+
"category": "Distortions",
|
|
4142
|
+
"definition": {
|
|
4143
|
+
"name": "Twirl",
|
|
4144
|
+
"category": "Distortions",
|
|
4145
|
+
"requiresRTT": true,
|
|
4146
|
+
"props": {
|
|
4147
|
+
"center": {
|
|
4148
|
+
"default": {
|
|
4149
|
+
"x": 0.5,
|
|
4150
|
+
"y": 0.5
|
|
4151
|
+
},
|
|
4152
|
+
"description": "The center point of the twirl effect",
|
|
4153
|
+
"ui": {
|
|
4154
|
+
"type": "position",
|
|
4155
|
+
"label": "Center"
|
|
4156
|
+
}
|
|
4157
|
+
},
|
|
4158
|
+
"intensity": {
|
|
4159
|
+
"default": 1,
|
|
4160
|
+
"description": "The strength of the twirl effect",
|
|
4161
|
+
"ui": {
|
|
4162
|
+
"type": "range",
|
|
4163
|
+
"min": -5,
|
|
4164
|
+
"max": 5,
|
|
4165
|
+
"step": 0.1,
|
|
4166
|
+
"label": "Intensity"
|
|
4167
|
+
}
|
|
4168
|
+
}
|
|
4169
|
+
}
|
|
4170
|
+
},
|
|
4171
|
+
"propsMetadata": {
|
|
4172
|
+
"center": {
|
|
4173
|
+
"ui": {
|
|
4174
|
+
"type": "position",
|
|
4175
|
+
"label": "Center"
|
|
4176
|
+
},
|
|
4177
|
+
"default": {
|
|
4178
|
+
"x": 0.5,
|
|
4179
|
+
"y": 0.5
|
|
4180
|
+
},
|
|
4181
|
+
"description": "The center point of the twirl effect"
|
|
4182
|
+
},
|
|
4183
|
+
"intensity": {
|
|
4184
|
+
"ui": {
|
|
4185
|
+
"type": "range",
|
|
4186
|
+
"min": -5,
|
|
4187
|
+
"max": 5,
|
|
4188
|
+
"step": 0.1,
|
|
4189
|
+
"label": "Intensity"
|
|
4190
|
+
},
|
|
4191
|
+
"default": 1,
|
|
4192
|
+
"description": "The strength of the twirl effect"
|
|
4193
|
+
}
|
|
4194
|
+
}
|
|
4195
|
+
},
|
|
4196
|
+
{
|
|
4197
|
+
"name": "VCR",
|
|
4198
|
+
"fileName": "VCR",
|
|
4199
|
+
"category": "Effects",
|
|
4200
|
+
"definition": {
|
|
4201
|
+
"name": "VCR",
|
|
4202
|
+
"category": "Effects",
|
|
4203
|
+
"props": {}
|
|
4204
|
+
},
|
|
4205
|
+
"propsMetadata": {}
|
|
4206
|
+
},
|
|
4207
|
+
{
|
|
4208
|
+
"name": "Vibrance",
|
|
4209
|
+
"fileName": "Vibrance",
|
|
4210
|
+
"category": "Color Adjustments",
|
|
4211
|
+
"definition": {
|
|
4212
|
+
"name": "Vibrance",
|
|
4213
|
+
"category": "Color Adjustments",
|
|
4214
|
+
"props": {
|
|
4215
|
+
"intensity": {
|
|
4216
|
+
"default": 0,
|
|
4217
|
+
"description": "The intensity of the vibrance effect",
|
|
4218
|
+
"ui": {
|
|
4219
|
+
"type": "range",
|
|
4220
|
+
"min": -2,
|
|
4221
|
+
"max": 2,
|
|
4222
|
+
"step": 0.01,
|
|
4223
|
+
"label": "Intensity"
|
|
4224
|
+
}
|
|
4225
|
+
}
|
|
4226
|
+
}
|
|
4227
|
+
},
|
|
4228
|
+
"propsMetadata": {
|
|
4229
|
+
"intensity": {
|
|
4230
|
+
"ui": {
|
|
4231
|
+
"type": "range",
|
|
4232
|
+
"min": -2,
|
|
4233
|
+
"max": 2,
|
|
4234
|
+
"step": 0.01,
|
|
4235
|
+
"label": "Intensity"
|
|
4236
|
+
},
|
|
4237
|
+
"default": 0,
|
|
4238
|
+
"description": "The intensity of the vibrance effect"
|
|
4239
|
+
}
|
|
4240
|
+
}
|
|
4241
|
+
},
|
|
4242
|
+
{
|
|
4243
|
+
"name": "Vignette",
|
|
4244
|
+
"fileName": "Vignette",
|
|
4245
|
+
"category": "Shapes & Masks",
|
|
4246
|
+
"definition": {
|
|
4247
|
+
"name": "Vignette",
|
|
4248
|
+
"category": "Shapes & Masks",
|
|
4249
|
+
"props": {}
|
|
4250
|
+
},
|
|
4251
|
+
"propsMetadata": {}
|
|
4252
|
+
},
|
|
4253
|
+
{
|
|
4254
|
+
"name": "Voronoi",
|
|
4255
|
+
"fileName": "Voronoi",
|
|
4256
|
+
"category": "Textures",
|
|
4257
|
+
"definition": {
|
|
4258
|
+
"name": "Voronoi",
|
|
4259
|
+
"category": "Textures",
|
|
4260
|
+
"props": {}
|
|
4261
|
+
},
|
|
4262
|
+
"propsMetadata": {}
|
|
4263
|
+
},
|
|
4264
|
+
{
|
|
4265
|
+
"name": "ZoomBlur",
|
|
4266
|
+
"fileName": "ZoomBlur",
|
|
4267
|
+
"category": "Blurs",
|
|
4268
|
+
"definition": {
|
|
4269
|
+
"name": "ZoomBlur",
|
|
4270
|
+
"category": "Blurs",
|
|
4271
|
+
"requiresRTT": true,
|
|
4272
|
+
"props": {
|
|
4273
|
+
"intensity": {
|
|
4274
|
+
"default": 30,
|
|
4275
|
+
"description": "Intensity of the zoom blur effect",
|
|
4276
|
+
"ui": {
|
|
4277
|
+
"type": "range",
|
|
4278
|
+
"min": 0,
|
|
4279
|
+
"max": 100,
|
|
4280
|
+
"step": 1,
|
|
4281
|
+
"label": "Intensity"
|
|
4282
|
+
}
|
|
4283
|
+
},
|
|
4284
|
+
"center": {
|
|
4285
|
+
"default": {
|
|
4286
|
+
"x": 0.5,
|
|
4287
|
+
"y": 0.5
|
|
4288
|
+
},
|
|
4289
|
+
"description": "Center point of the zoom blur",
|
|
4290
|
+
"ui": {
|
|
4291
|
+
"type": "position",
|
|
4292
|
+
"label": "Center"
|
|
4293
|
+
}
|
|
4294
|
+
}
|
|
4295
|
+
}
|
|
4296
|
+
},
|
|
4297
|
+
"propsMetadata": {
|
|
4298
|
+
"intensity": {
|
|
4299
|
+
"ui": {
|
|
4300
|
+
"type": "range",
|
|
4301
|
+
"min": 0,
|
|
4302
|
+
"max": 100,
|
|
4303
|
+
"step": 1,
|
|
4304
|
+
"label": "Intensity"
|
|
4305
|
+
},
|
|
4306
|
+
"default": 30,
|
|
4307
|
+
"description": "Intensity of the zoom blur effect"
|
|
4308
|
+
},
|
|
4309
|
+
"center": {
|
|
4310
|
+
"ui": {
|
|
4311
|
+
"type": "position",
|
|
4312
|
+
"label": "Center"
|
|
4313
|
+
},
|
|
4314
|
+
"default": {
|
|
4315
|
+
"x": 0.5,
|
|
4316
|
+
"y": 0.5
|
|
4317
|
+
},
|
|
4318
|
+
"description": "Center point of the zoom blur"
|
|
4319
|
+
}
|
|
4320
|
+
}
|
|
4321
|
+
}
|
|
4322
|
+
];
|
|
4323
|
+
|
|
4324
|
+
export function getAllShaders() {
|
|
4325
|
+
return shaderRegistry;
|
|
4326
|
+
}
|