@tsparticles/palette-full-spectrum 4.0.0-alpha.5 → 4.0.0-beta.0
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/428.min.js +1 -0
- package/README.md +198 -0
- package/browser/options.js +43 -39
- package/cjs/options.js +43 -39
- package/dist_browser_options_js.js +2 -2
- package/esm/options.js +43 -39
- package/package.json +5 -5
- package/report.html +1 -1
- package/tsparticles.palette.palette-full-spectrum.js +1 -1
- package/tsparticles.palette.palette-full-spectrum.min.js +1 -1
- package/28.min.js +0 -1
- package/umd/index.js +0 -54
- package/umd/options.js +0 -57
package/428.min.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(this.webpackChunk_tsparticles_palette_full_spectrum=this.webpackChunk_tsparticles_palette_full_spectrum||[]).push([[428],{428(F,e,t){t.d(e,{options:()=>l});let l={name:"Full Spectrum - High Saturation",background:"#000000",blendMode:"screen",colors:{fill:{enable:!0,value:["#FF0000","#FF1A00","#FF3300","#FF4D00","#FF6600","#FF8000","#FF9900","#FFB300","#FFCC00","#FFE600","#FFFF00","#CCFF00","#99FF00","#66FF00","#33FF00","#00FF00","#00FF33","#00FF66","#00FF99","#00FFCC","#00FFFF","#00CCFF","#0099FF","#0066FF","#0033FF","#0000FF","#3300FF","#6600FF","#9900FF","#CC00FF","#FF00FF","#FF00CC","#FF0099","#FF0066","#FF0033","#FF0000"]}}}}}]);
|
package/README.md
CHANGED
|
@@ -10,8 +10,195 @@
|
|
|
10
10
|
|
|
11
11
|
[](https://www.producthunt.com/posts/tsparticles?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-tsparticles") <a href="https://www.buymeacoffee.com/matteobruni"><img src="https://img.buymeacoffee.com/button-api/?text=Buy me a beer&emoji=🍺&slug=matteobruni&button_colour=5F7FFF&font_colour=ffffff&font_family=Arial&outline_colour=000000&coffee_colour=FFDD00"></a>
|
|
12
12
|
|
|
13
|
+
## Sample
|
|
14
|
+
|
|
15
|
+
[](https://particles.js.org/samples/palettes/full-spectrum)
|
|
16
|
+
|
|
13
17
|
## Colors
|
|
14
18
|
|
|
19
|
+
<table>
|
|
20
|
+
<tbody>
|
|
21
|
+
<tr>
|
|
22
|
+
<td align="center">
|
|
23
|
+
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="#FF0000"><rect width="32" height="32" fill="#FF0000" /></svg><br />
|
|
24
|
+
<code>#FF0000</code>
|
|
25
|
+
</td>
|
|
26
|
+
<td align="center">
|
|
27
|
+
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="#FF1A00"><rect width="32" height="32" fill="#FF1A00" /></svg><br />
|
|
28
|
+
<code>#FF1A00</code>
|
|
29
|
+
</td>
|
|
30
|
+
<td align="center">
|
|
31
|
+
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="#FF3300"><rect width="32" height="32" fill="#FF3300" /></svg><br />
|
|
32
|
+
<code>#FF3300</code>
|
|
33
|
+
</td>
|
|
34
|
+
<td align="center">
|
|
35
|
+
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="#FF4D00"><rect width="32" height="32" fill="#FF4D00" /></svg><br />
|
|
36
|
+
<code>#FF4D00</code>
|
|
37
|
+
</td>
|
|
38
|
+
<td align="center">
|
|
39
|
+
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="#FF6600"><rect width="32" height="32" fill="#FF6600" /></svg><br />
|
|
40
|
+
<code>#FF6600</code>
|
|
41
|
+
</td>
|
|
42
|
+
</tr>
|
|
43
|
+
<tr>
|
|
44
|
+
<td align="center">
|
|
45
|
+
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="#FF8000"><rect width="32" height="32" fill="#FF8000" /></svg><br />
|
|
46
|
+
<code>#FF8000</code>
|
|
47
|
+
</td>
|
|
48
|
+
<td align="center">
|
|
49
|
+
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="#FF9900"><rect width="32" height="32" fill="#FF9900" /></svg><br />
|
|
50
|
+
<code>#FF9900</code>
|
|
51
|
+
</td>
|
|
52
|
+
<td align="center">
|
|
53
|
+
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="#FFB300"><rect width="32" height="32" fill="#FFB300" /></svg><br />
|
|
54
|
+
<code>#FFB300</code>
|
|
55
|
+
</td>
|
|
56
|
+
<td align="center">
|
|
57
|
+
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="#FFCC00"><rect width="32" height="32" fill="#FFCC00" /></svg><br />
|
|
58
|
+
<code>#FFCC00</code>
|
|
59
|
+
</td>
|
|
60
|
+
<td align="center">
|
|
61
|
+
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="#FFE600"><rect width="32" height="32" fill="#FFE600" /></svg><br />
|
|
62
|
+
<code>#FFE600</code>
|
|
63
|
+
</td>
|
|
64
|
+
</tr>
|
|
65
|
+
<tr>
|
|
66
|
+
<td align="center">
|
|
67
|
+
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="#FFFF00"><rect width="32" height="32" fill="#FFFF00" /></svg><br />
|
|
68
|
+
<code>#FFFF00</code>
|
|
69
|
+
</td>
|
|
70
|
+
<td align="center">
|
|
71
|
+
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="#CCFF00"><rect width="32" height="32" fill="#CCFF00" /></svg><br />
|
|
72
|
+
<code>#CCFF00</code>
|
|
73
|
+
</td>
|
|
74
|
+
<td align="center">
|
|
75
|
+
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="#99FF00"><rect width="32" height="32" fill="#99FF00" /></svg><br />
|
|
76
|
+
<code>#99FF00</code>
|
|
77
|
+
</td>
|
|
78
|
+
<td align="center">
|
|
79
|
+
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="#66FF00"><rect width="32" height="32" fill="#66FF00" /></svg><br />
|
|
80
|
+
<code>#66FF00</code>
|
|
81
|
+
</td>
|
|
82
|
+
<td align="center">
|
|
83
|
+
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="#33FF00"><rect width="32" height="32" fill="#33FF00" /></svg><br />
|
|
84
|
+
<code>#33FF00</code>
|
|
85
|
+
</td>
|
|
86
|
+
</tr>
|
|
87
|
+
<tr>
|
|
88
|
+
<td align="center">
|
|
89
|
+
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="#00FF00"><rect width="32" height="32" fill="#00FF00" /></svg><br />
|
|
90
|
+
<code>#00FF00</code>
|
|
91
|
+
</td>
|
|
92
|
+
<td align="center">
|
|
93
|
+
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="#00FF33"><rect width="32" height="32" fill="#00FF33" /></svg><br />
|
|
94
|
+
<code>#00FF33</code>
|
|
95
|
+
</td>
|
|
96
|
+
<td align="center">
|
|
97
|
+
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="#00FF66"><rect width="32" height="32" fill="#00FF66" /></svg><br />
|
|
98
|
+
<code>#00FF66</code>
|
|
99
|
+
</td>
|
|
100
|
+
<td align="center">
|
|
101
|
+
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="#00FF99"><rect width="32" height="32" fill="#00FF99" /></svg><br />
|
|
102
|
+
<code>#00FF99</code>
|
|
103
|
+
</td>
|
|
104
|
+
<td align="center">
|
|
105
|
+
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="#00FFCC"><rect width="32" height="32" fill="#00FFCC" /></svg><br />
|
|
106
|
+
<code>#00FFCC</code>
|
|
107
|
+
</td>
|
|
108
|
+
</tr>
|
|
109
|
+
<tr>
|
|
110
|
+
<td align="center">
|
|
111
|
+
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="#00FFFF"><rect width="32" height="32" fill="#00FFFF" /></svg><br />
|
|
112
|
+
<code>#00FFFF</code>
|
|
113
|
+
</td>
|
|
114
|
+
<td align="center">
|
|
115
|
+
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="#00CCFF"><rect width="32" height="32" fill="#00CCFF" /></svg><br />
|
|
116
|
+
<code>#00CCFF</code>
|
|
117
|
+
</td>
|
|
118
|
+
<td align="center">
|
|
119
|
+
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="#0099FF"><rect width="32" height="32" fill="#0099FF" /></svg><br />
|
|
120
|
+
<code>#0099FF</code>
|
|
121
|
+
</td>
|
|
122
|
+
<td align="center">
|
|
123
|
+
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="#0066FF"><rect width="32" height="32" fill="#0066FF" /></svg><br />
|
|
124
|
+
<code>#0066FF</code>
|
|
125
|
+
</td>
|
|
126
|
+
<td align="center">
|
|
127
|
+
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="#0033FF"><rect width="32" height="32" fill="#0033FF" /></svg><br />
|
|
128
|
+
<code>#0033FF</code>
|
|
129
|
+
</td>
|
|
130
|
+
</tr>
|
|
131
|
+
<tr>
|
|
132
|
+
<td align="center">
|
|
133
|
+
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="#0000FF"><rect width="32" height="32" fill="#0000FF" /></svg><br />
|
|
134
|
+
<code>#0000FF</code>
|
|
135
|
+
</td>
|
|
136
|
+
<td align="center">
|
|
137
|
+
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="#3300FF"><rect width="32" height="32" fill="#3300FF" /></svg><br />
|
|
138
|
+
<code>#3300FF</code>
|
|
139
|
+
</td>
|
|
140
|
+
<td align="center">
|
|
141
|
+
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="#6600FF"><rect width="32" height="32" fill="#6600FF" /></svg><br />
|
|
142
|
+
<code>#6600FF</code>
|
|
143
|
+
</td>
|
|
144
|
+
<td align="center">
|
|
145
|
+
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="#9900FF"><rect width="32" height="32" fill="#9900FF" /></svg><br />
|
|
146
|
+
<code>#9900FF</code>
|
|
147
|
+
</td>
|
|
148
|
+
<td align="center">
|
|
149
|
+
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="#CC00FF"><rect width="32" height="32" fill="#CC00FF" /></svg><br />
|
|
150
|
+
<code>#CC00FF</code>
|
|
151
|
+
</td>
|
|
152
|
+
</tr>
|
|
153
|
+
<tr>
|
|
154
|
+
<td align="center">
|
|
155
|
+
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="#FF00FF"><rect width="32" height="32" fill="#FF00FF" /></svg><br />
|
|
156
|
+
<code>#FF00FF</code>
|
|
157
|
+
</td>
|
|
158
|
+
<td align="center">
|
|
159
|
+
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="#FF00CC"><rect width="32" height="32" fill="#FF00CC" /></svg><br />
|
|
160
|
+
<code>#FF00CC</code>
|
|
161
|
+
</td>
|
|
162
|
+
<td align="center">
|
|
163
|
+
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="#FF0099"><rect width="32" height="32" fill="#FF0099" /></svg><br />
|
|
164
|
+
<code>#FF0099</code>
|
|
165
|
+
</td>
|
|
166
|
+
<td align="center">
|
|
167
|
+
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="#FF0066"><rect width="32" height="32" fill="#FF0066" /></svg><br />
|
|
168
|
+
<code>#FF0066</code>
|
|
169
|
+
</td>
|
|
170
|
+
<td align="center">
|
|
171
|
+
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="#FF0033"><rect width="32" height="32" fill="#FF0033" /></svg><br />
|
|
172
|
+
<code>#FF0033</code>
|
|
173
|
+
</td>
|
|
174
|
+
</tr>
|
|
175
|
+
<tr>
|
|
176
|
+
<td align="center">
|
|
177
|
+
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="#FF0000"><rect width="32" height="32" fill="#FF0000" /></svg><br />
|
|
178
|
+
<code>#FF0000</code>
|
|
179
|
+
</td>
|
|
180
|
+
</tr>
|
|
181
|
+
<tr>
|
|
182
|
+
<td colspan="5" align="center">
|
|
183
|
+
<svg width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="#000000"><rect width="40" height="40" fill="#000000" /></svg><br />
|
|
184
|
+
<strong>Background</strong><br />
|
|
185
|
+
<code>#000000</code>
|
|
186
|
+
</td>
|
|
187
|
+
</tr>
|
|
188
|
+
<tr>
|
|
189
|
+
<td colspan="5" align="center">
|
|
190
|
+
<strong>Blend mode:</strong> <code>screen</code> | <strong>Fill:</strong> <code>true</code>
|
|
191
|
+
</td>
|
|
192
|
+
</tr>
|
|
193
|
+
</tbody>
|
|
194
|
+
</table>
|
|
195
|
+
|
|
196
|
+
## Quick checklist
|
|
197
|
+
|
|
198
|
+
1. Install `@tsparticles/engine` (or use the CDN bundle below)
|
|
199
|
+
2. Call the package loader function(s) before `tsParticles.load(...)`
|
|
200
|
+
3. Apply the package options in your `tsParticles.load(...)` config
|
|
201
|
+
|
|
15
202
|
## How to use it
|
|
16
203
|
|
|
17
204
|
### CDN / Vanilla JS / jQuery
|
|
@@ -64,6 +251,17 @@ Checkout the documentation in the component library repository and call the `loa
|
|
|
64
251
|
|
|
65
252
|
The options shown above are valid for all the component libraries.
|
|
66
253
|
|
|
254
|
+
## Common pitfalls
|
|
255
|
+
|
|
256
|
+
- Calling `tsParticles.load(...)` before `loadFullSpectrumPalette(...)`
|
|
257
|
+
- Verify required peer packages before enabling advanced options
|
|
258
|
+
- Change one option group at a time to isolate regressions quickly
|
|
259
|
+
|
|
260
|
+
## Related docs
|
|
261
|
+
|
|
262
|
+
- Presets and palettes catalog: <https://github.com/tsparticles/palettes>
|
|
263
|
+
- Main docs: <https://particles.js.org/docs/>
|
|
264
|
+
|
|
67
265
|
---
|
|
68
266
|
|
|
69
267
|
```mermaid
|
package/browser/options.js
CHANGED
|
@@ -2,43 +2,47 @@ export const options = {
|
|
|
2
2
|
name: "Full Spectrum - High Saturation",
|
|
3
3
|
background: "#000000",
|
|
4
4
|
blendMode: "screen",
|
|
5
|
-
colors:
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
5
|
+
colors: {
|
|
6
|
+
fill: {
|
|
7
|
+
enable: true,
|
|
8
|
+
value: [
|
|
9
|
+
"#FF0000",
|
|
10
|
+
"#FF1A00",
|
|
11
|
+
"#FF3300",
|
|
12
|
+
"#FF4D00",
|
|
13
|
+
"#FF6600",
|
|
14
|
+
"#FF8000",
|
|
15
|
+
"#FF9900",
|
|
16
|
+
"#FFB300",
|
|
17
|
+
"#FFCC00",
|
|
18
|
+
"#FFE600",
|
|
19
|
+
"#FFFF00",
|
|
20
|
+
"#CCFF00",
|
|
21
|
+
"#99FF00",
|
|
22
|
+
"#66FF00",
|
|
23
|
+
"#33FF00",
|
|
24
|
+
"#00FF00",
|
|
25
|
+
"#00FF33",
|
|
26
|
+
"#00FF66",
|
|
27
|
+
"#00FF99",
|
|
28
|
+
"#00FFCC",
|
|
29
|
+
"#00FFFF",
|
|
30
|
+
"#00CCFF",
|
|
31
|
+
"#0099FF",
|
|
32
|
+
"#0066FF",
|
|
33
|
+
"#0033FF",
|
|
34
|
+
"#0000FF",
|
|
35
|
+
"#3300FF",
|
|
36
|
+
"#6600FF",
|
|
37
|
+
"#9900FF",
|
|
38
|
+
"#CC00FF",
|
|
39
|
+
"#FF00FF",
|
|
40
|
+
"#FF00CC",
|
|
41
|
+
"#FF0099",
|
|
42
|
+
"#FF0066",
|
|
43
|
+
"#FF0033",
|
|
44
|
+
"#FF0000",
|
|
45
|
+
],
|
|
46
|
+
},
|
|
47
|
+
},
|
|
44
48
|
};
|
package/cjs/options.js
CHANGED
|
@@ -2,43 +2,47 @@ export const options = {
|
|
|
2
2
|
name: "Full Spectrum - High Saturation",
|
|
3
3
|
background: "#000000",
|
|
4
4
|
blendMode: "screen",
|
|
5
|
-
colors:
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
5
|
+
colors: {
|
|
6
|
+
fill: {
|
|
7
|
+
enable: true,
|
|
8
|
+
value: [
|
|
9
|
+
"#FF0000",
|
|
10
|
+
"#FF1A00",
|
|
11
|
+
"#FF3300",
|
|
12
|
+
"#FF4D00",
|
|
13
|
+
"#FF6600",
|
|
14
|
+
"#FF8000",
|
|
15
|
+
"#FF9900",
|
|
16
|
+
"#FFB300",
|
|
17
|
+
"#FFCC00",
|
|
18
|
+
"#FFE600",
|
|
19
|
+
"#FFFF00",
|
|
20
|
+
"#CCFF00",
|
|
21
|
+
"#99FF00",
|
|
22
|
+
"#66FF00",
|
|
23
|
+
"#33FF00",
|
|
24
|
+
"#00FF00",
|
|
25
|
+
"#00FF33",
|
|
26
|
+
"#00FF66",
|
|
27
|
+
"#00FF99",
|
|
28
|
+
"#00FFCC",
|
|
29
|
+
"#00FFFF",
|
|
30
|
+
"#00CCFF",
|
|
31
|
+
"#0099FF",
|
|
32
|
+
"#0066FF",
|
|
33
|
+
"#0033FF",
|
|
34
|
+
"#0000FF",
|
|
35
|
+
"#3300FF",
|
|
36
|
+
"#6600FF",
|
|
37
|
+
"#9900FF",
|
|
38
|
+
"#CC00FF",
|
|
39
|
+
"#FF00FF",
|
|
40
|
+
"#FF00CC",
|
|
41
|
+
"#FF0099",
|
|
42
|
+
"#FF0066",
|
|
43
|
+
"#FF0033",
|
|
44
|
+
"#FF0000",
|
|
45
|
+
],
|
|
46
|
+
},
|
|
47
|
+
},
|
|
44
48
|
};
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Demo / Generator : https://particles.js.org/
|
|
5
5
|
* GitHub : https://www.github.com/matteobruni/tsparticles
|
|
6
6
|
* How to use? : Check the GitHub README
|
|
7
|
-
* v4.0.0-
|
|
7
|
+
* v4.0.0-beta.0
|
|
8
8
|
*/
|
|
9
9
|
"use strict";
|
|
10
10
|
/*
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
\*********************************/
|
|
24
24
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
25
25
|
|
|
26
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ options: () => (/* binding */ options)\n/* harmony export */ });\nconst options = {\n name: \"Full Spectrum - High Saturation\",\n background: \"#000000\",\n blendMode: \"screen\",\n colors:
|
|
26
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ options: () => (/* binding */ options)\n/* harmony export */ });\nconst options = {\n name: \"Full Spectrum - High Saturation\",\n background: \"#000000\",\n blendMode: \"screen\",\n colors: {\n fill: {\n enable: true,\n value: [\n \"#FF0000\",\n \"#FF1A00\",\n \"#FF3300\",\n \"#FF4D00\",\n \"#FF6600\",\n \"#FF8000\",\n \"#FF9900\",\n \"#FFB300\",\n \"#FFCC00\",\n \"#FFE600\",\n \"#FFFF00\",\n \"#CCFF00\",\n \"#99FF00\",\n \"#66FF00\",\n \"#33FF00\",\n \"#00FF00\",\n \"#00FF33\",\n \"#00FF66\",\n \"#00FF99\",\n \"#00FFCC\",\n \"#00FFFF\",\n \"#00CCFF\",\n \"#0099FF\",\n \"#0066FF\",\n \"#0033FF\",\n \"#0000FF\",\n \"#3300FF\",\n \"#6600FF\",\n \"#9900FF\",\n \"#CC00FF\",\n \"#FF00FF\",\n \"#FF00CC\",\n \"#FF0099\",\n \"#FF0066\",\n \"#FF0033\",\n \"#FF0000\"\n ]\n }\n }\n};\n\n\n//# sourceURL=webpack://@tsparticles/palette-full-spectrum/./dist/browser/options.js?\n}");
|
|
27
27
|
|
|
28
28
|
/***/ }
|
|
29
29
|
|
package/esm/options.js
CHANGED
|
@@ -2,43 +2,47 @@ export const options = {
|
|
|
2
2
|
name: "Full Spectrum - High Saturation",
|
|
3
3
|
background: "#000000",
|
|
4
4
|
blendMode: "screen",
|
|
5
|
-
colors:
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
5
|
+
colors: {
|
|
6
|
+
fill: {
|
|
7
|
+
enable: true,
|
|
8
|
+
value: [
|
|
9
|
+
"#FF0000",
|
|
10
|
+
"#FF1A00",
|
|
11
|
+
"#FF3300",
|
|
12
|
+
"#FF4D00",
|
|
13
|
+
"#FF6600",
|
|
14
|
+
"#FF8000",
|
|
15
|
+
"#FF9900",
|
|
16
|
+
"#FFB300",
|
|
17
|
+
"#FFCC00",
|
|
18
|
+
"#FFE600",
|
|
19
|
+
"#FFFF00",
|
|
20
|
+
"#CCFF00",
|
|
21
|
+
"#99FF00",
|
|
22
|
+
"#66FF00",
|
|
23
|
+
"#33FF00",
|
|
24
|
+
"#00FF00",
|
|
25
|
+
"#00FF33",
|
|
26
|
+
"#00FF66",
|
|
27
|
+
"#00FF99",
|
|
28
|
+
"#00FFCC",
|
|
29
|
+
"#00FFFF",
|
|
30
|
+
"#00CCFF",
|
|
31
|
+
"#0099FF",
|
|
32
|
+
"#0066FF",
|
|
33
|
+
"#0033FF",
|
|
34
|
+
"#0000FF",
|
|
35
|
+
"#3300FF",
|
|
36
|
+
"#6600FF",
|
|
37
|
+
"#9900FF",
|
|
38
|
+
"#CC00FF",
|
|
39
|
+
"#FF00FF",
|
|
40
|
+
"#FF00CC",
|
|
41
|
+
"#FF0099",
|
|
42
|
+
"#FF0066",
|
|
43
|
+
"#FF0033",
|
|
44
|
+
"#FF0000",
|
|
45
|
+
],
|
|
46
|
+
},
|
|
47
|
+
},
|
|
44
48
|
};
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tsparticles/palette-full-spectrum",
|
|
3
|
-
"version": "4.0.0-
|
|
3
|
+
"version": "4.0.0-beta.0",
|
|
4
4
|
"description": "tsParticles full spectrum - high saturation palette",
|
|
5
5
|
"homepage": "https://particles.js.org",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
|
-
"url": "git+https://github.com/tsparticles/
|
|
9
|
-
"directory": "palettes/fullSpectrum"
|
|
8
|
+
"url": "git+https://github.com/tsparticles/palettes.git",
|
|
9
|
+
"directory": "palettes/spectrum/fullSpectrum"
|
|
10
10
|
},
|
|
11
11
|
"keywords": [
|
|
12
12
|
"front-end",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"author": "Matteo Bruni <matteo.bruni@me.com>",
|
|
66
66
|
"license": "MIT",
|
|
67
67
|
"bugs": {
|
|
68
|
-
"url": "https://github.com/tsparticles/
|
|
68
|
+
"url": "https://github.com/tsparticles/palettes/issues"
|
|
69
69
|
},
|
|
70
70
|
"funding": [
|
|
71
71
|
{
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"./package.json": "./package.json"
|
|
100
100
|
},
|
|
101
101
|
"dependencies": {
|
|
102
|
-
"@tsparticles/engine": "^4.0.0-beta.
|
|
102
|
+
"@tsparticles/engine": "^4.0.0-beta.11"
|
|
103
103
|
},
|
|
104
104
|
"publishConfig": {
|
|
105
105
|
"access": "public"
|
package/report.html
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="UTF-8" />
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
6
|
-
<title>@tsparticles/palette-full-spectrum [
|
|
6
|
+
<title>@tsparticles/palette-full-spectrum [8 Apr 2026 at 22:39]</title>
|
|
7
7
|
<link
|
|
8
8
|
rel="shortcut icon"
|
|
9
9
|
href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAABrVBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+O1foceMD///+J0/qK1Pr7/v8Xdr/9///W8P4UdL7L7P0Scr2r4Pyj3vwad8D5/f/2/f+55f3E6f34+/2H0/ojfMKpzOd0rNgQcb3F3O/j9f7c8v6g3Pz0/P/w+v/q+P7n9v6T1/uQ1vuE0vqLut/y+v+Z2fvt+f+15Pzv9fuc2/vR7v2V2Pvd6/bg9P7I6/285/2y4/yp3/zp8vk8i8kqgMT7/P31+fyv4vxGkcz6/P6/6P3j7vfS5PNnpNUxhcbO7f7F6v3O4vHK3/DA2u631Ouy0eqXweKJud5wqthfoNMMbLvY8f73+v2dxeR8sNtTmdDx9/zX6PSjyeaCtd1YnNGX2PuQveCGt95Nls42h8dLlM3F4vBtAAAAM3RSTlMAAyOx0/sKBvik8opWGBMOAe3l1snDm2E9LSb06eHcu5JpHbarfHZCN9CBb08zzkdNS0kYaptYAAAFV0lEQVRYw92X51/aYBDHHS2O2qqttVbrqNq9m+TJIAYIShBkWwqIiCgoWvfeq7Z2/s29hyQNyUcR7LveGwVyXy6XH8/9rqxglLfUPLxVduUor3h0rfp2TYvpivk37929TkG037hffoX0+peVtZQc1589rigVUdXS/ABSAyEmGIO/1XfvldSK8vs3OqB6u3m0nxmIrvgB0dj7rr7Y9IbuF68hnfFaiHA/sxqm0wciIG43P60qKv9WXWc1RXGh/mFESFABTSBi0sNAKzqet17eCtOb3kZIDwxEEU0oAIJGYxNBDhBND29e0rtXXbcpuPmED9IhEAAQ/AXEaF8EPmnrrKsv0LvWR3fg5sWDNAFZOgAgaKvZDogHNU9MFwnnYROkc56RD5CjAbQX9Ow4g7upCsvYu55aSI/Nj0H1akgKQEUM94dwK65hYRmFU9MIcH/fqJYOZYcnuJSU/waKDgTOEVaVKhwrTRP5XzgSpAITYzom7UvkhFX5VutmxeNnWDjjswTKTyfgluNDGbUpWissXhF3s7mlSml+czWkg3D0l1nNjGNjz3myOQOa1KM/jOS6ebdbAVTCi4gljHSFrviza7tOgRWcS0MOUX9zdNgag5w7rRqA44Lzw0hr1WqES36dFliSJFlh2rXIae3FFcDDgKdxrUIDePr8jGcSClV1u7A9xeN0ModY/pHMxmR1EzRh8TJiwqsHmKW0l4FCEZI+jHio+JdPPE9qwQtTRxku2D8sIeRL2LnxWSllANCQGOIiqVHAz2ye2JR0DcH+HoxDkaADLjgxjKQ+AwCX/g0+DNgdG0ukYCONAe+dbc2IAc6fwt1ARoDSezNHxV2Cmzwv3O6lDMV55edBGwGK9n1+x2F8EDfAGCxug8MhpsMEcTEAWf3rx2vZhe/LAmtIn/6apE6PN0ULKgywD9mmdxbmFl3OvD5AS5fW5zLbv/YHmcsBTjf/afDz3MaZTVCfAP9z6/Bw6ycv8EUBWJIn9zYcoAWWlW9+OzO3vkTy8H+RANLmdrpOuYWdZYEXpo+TlCJrW5EARb7fF+bWdqf3hhyZI1nWJQHgznErZhbjoEsWqi8dQNoE294aldzFurwSABL2XXMf9+H1VQGke9exw5P/AnA5Pv5ngMul7LOvO922iwACu8WkCwLCafvM4CeWPxfA8lNHcWZSoi8EwMAIciKX2Z4SWCMAa3snCZ/G4EA8D6CMLNFsGQhkkz/gQNEBbPCbWsxGUpYVu3z8IyNAknwJkfPMEhLyrdi5RTyUVACkw4GSFRNWJNEW+fgPGwHD8/JxnRuLabN4CGNRkAE23na2+VmEAUmrYymSGjMAYqH84YUIyzgzs3XC7gNgH36Vcc4zKY9o9fgPBXUAiHHwVboBHGLiX6Zcjp1f2wu4tvzZKo0ecPnDtQYDQvJXaBeNzce45Fp28ZQLrEZVuFqgBwOalArKXnW1UzlnSusQKJqKYNuz4tOnI6sZG4zanpemv+7ySU2jbA9h6uhcgpfy6G2PahirDZ6zvq6zDduMVFTKvzw8wgyEdelwY9in3XkEPs3osJuwRQ4qTkfzifndg9Gfc4pdsu82+tTnHZTBa2EAMrqr2t43pguc8tNm7JQVQ2S0ukj2d22dhXYP0/veWtwKrCkNoNimAN5+Xr/oLrxswKbVJjteWrX7eR63o4j9q0GxnaBdWgGA5VStpanIjQmEhV0/nVt5VOFUvix6awJhPcAaTEShgrG+iGyvb5a0Ndb1YGHFPEwoqAinoaykaID1o1pdPNu7XsnCKQ3R+hwWIIhGvORcJUBYXe3Xa3vq/mF/N9V13ugufMkfXn+KHsRD0B8AAAAASUVORK5CYII="
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Demo / Generator : https://particles.js.org/
|
|
5
5
|
* GitHub : https://www.github.com/matteobruni/tsparticles
|
|
6
6
|
* How to use? : Check the GitHub README
|
|
7
|
-
* v4.0.0-
|
|
7
|
+
* v4.0.0-beta.0
|
|
8
8
|
*/
|
|
9
9
|
/*
|
|
10
10
|
* ATTENTION: The "eval" devtool has been used (maybe by default in mode: "development").
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
!function(e,t){if("object"==typeof exports&&"object"==typeof module)module.exports=t();else if("function"==typeof define&&define.amd)define([],t);else{var r=t();for(var o in r)("object"==typeof exports?exports:e)[o]=r[o]}}(this,()=>(()=>{"use strict";var e,t,r,o={},a={};function n(e){var t=a[e];if(void 0!==t)return t.exports;var r=a[e]={exports:{}};return o[e](r,r.exports,n),r.exports}n.m=o,n.d=(e,t)=>{for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},n.f={},n.e=e=>Promise.all(Object.keys(n.f).reduce((t,r)=>(n.f[r](e,t),t),[])),n.u=e=>""+e+".min.js",n.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||Function("return this")()}catch(e){if("object"==typeof window)return window}}(),n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),i={},n.l=(e,t,r,o)=>{if(i[e])return void i[e].push(t);if(void 0!==r)for(var a,l,u=document.getElementsByTagName("script"),s=0;s<u.length;s++){var p=u[s];if(p.getAttribute("src")==e||p.getAttribute("data-webpack")=="@tsparticles/palette-full-spectrum:"+r){a=p;break}}a||(l=!0,(a=document.createElement("script")).charset="utf-8",n.nc&&a.setAttribute("nonce",n.nc),a.setAttribute("data-webpack","@tsparticles/palette-full-spectrum:"+r),a.src=e),i[e]=[t];var c=(t,r)=>{a.onerror=a.onload=null,clearTimeout(d);var o=i[e];if(delete i[e],a.parentNode&&a.parentNode.removeChild(a),o&&o.forEach(e=>e(r)),t)return t(r)},d=setTimeout(c.bind(null,void 0,{type:"timeout",target:a}),12e4);a.onerror=c.bind(null,a.onerror),a.onload=c.bind(null,a.onload),l&&document.head.appendChild(a)},n.r=e=>{"u">typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.g.importScripts&&(l=n.g.location+"");var i,l,u=n.g.document;if(!l&&u&&(u.currentScript&&"SCRIPT"===u.currentScript.tagName.toUpperCase()&&(l=u.currentScript.src),!l)){var s=u.getElementsByTagName("script");if(s.length)for(var p=s.length-1;p>-1&&(!l||!/^http(s?):/.test(l));)l=s[p--].src}if(!l)throw Error("Automatic publicPath is not supported in this browser");n.p=l=l.replace(/^blob:/,"").replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),e={813:0},n.f.j=(t,r)=>{var o=n.o(e,t)?e[t]:void 0;if(0!==o)if(o)r.push(o[2]);else{var a=new Promise((r,a)=>o=e[t]=[r,a]);r.push(o[2]=a);var i=n.p+n.u(t),l=Error();n.l(i,r=>{if(n.o(e,t)&&(0!==(o=e[t])&&(e[t]=void 0),o)){var a=r&&("load"===r.type?"missing":r.type),i=r&&r.target&&r.target.src;l.message="Loading chunk "+t+` failed.
|
|
2
|
-
(`+a+": "+i+")",l.name="ChunkLoadError",l.type=a,l.request=i,o[1](l)}},"chunk-"+t,t)}},t=(t,r)=>{var o,a,[i,l,u]=r,s=0;if(i.some(t=>0!==e[t])){for(o in l)n.o(l,o)&&(n.m[o]=l[o]);u&&u(n)}for(t&&t(r);s<i.length;s++)a=i[s],n.o(e,a)&&e[a]&&e[a][0](),e[a]=0},(r=this.webpackChunk_tsparticles_palette_full_spectrum=this.webpackChunk_tsparticles_palette_full_spectrum||[]).forEach(t.bind(null,0)),r.push=t.bind(null,r.push.bind(r));var c={};async function d(e){await e.pluginManager.register(async e=>{let{options:t}=await n.e(
|
|
2
|
+
(`+a+": "+i+")",l.name="ChunkLoadError",l.type=a,l.request=i,o[1](l)}},"chunk-"+t,t)}},t=(t,r)=>{var o,a,[i,l,u]=r,s=0;if(i.some(t=>0!==e[t])){for(o in l)n.o(l,o)&&(n.m[o]=l[o]);u&&u(n)}for(t&&t(r);s<i.length;s++)a=i[s],n.o(e,a)&&e[a]&&e[a][0](),e[a]=0},(r=this.webpackChunk_tsparticles_palette_full_spectrum=this.webpackChunk_tsparticles_palette_full_spectrum||[]).forEach(t.bind(null,0)),r.push=t.bind(null,r.push.bind(r));var c={};async function d(e){await e.pluginManager.register(async e=>{let{options:t}=await n.e(428).then(n.bind(n,428));e.pluginManager.addPalette("full-spectrum",t)})}return n.r(c),n.d(c,{loadFullSpectrumPalette:()=>d}),c})());
|
package/28.min.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";(this.webpackChunk_tsparticles_palette_full_spectrum=this.webpackChunk_tsparticles_palette_full_spectrum||[]).push([[28],{28(F,t,e){e.d(t,{options:()=>l});let l={name:"Full Spectrum - High Saturation",background:"#000000",blendMode:"screen",colors:["#FF0000","#FF1A00","#FF3300","#FF4D00","#FF6600","#FF8000","#FF9900","#FFB300","#FFCC00","#FFE600","#FFFF00","#CCFF00","#99FF00","#66FF00","#33FF00","#00FF00","#00FF33","#00FF66","#00FF99","#00FFCC","#00FFFF","#00CCFF","#0099FF","#0066FF","#0033FF","#0000FF","#3300FF","#6600FF","#9900FF","#CC00FF","#FF00FF","#FF00CC","#FF0099","#FF0066","#FF0033","#FF0000"],fill:!0}}}]);
|
package/umd/index.js
DELETED
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
2
|
-
if (k2 === undefined) k2 = k;
|
|
3
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
4
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
5
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
6
|
-
}
|
|
7
|
-
Object.defineProperty(o, k2, desc);
|
|
8
|
-
}) : (function(o, m, k, k2) {
|
|
9
|
-
if (k2 === undefined) k2 = k;
|
|
10
|
-
o[k2] = m[k];
|
|
11
|
-
}));
|
|
12
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
13
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
14
|
-
}) : function(o, v) {
|
|
15
|
-
o["default"] = v;
|
|
16
|
-
});
|
|
17
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
18
|
-
var ownKeys = function(o) {
|
|
19
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
20
|
-
var ar = [];
|
|
21
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
22
|
-
return ar;
|
|
23
|
-
};
|
|
24
|
-
return ownKeys(o);
|
|
25
|
-
};
|
|
26
|
-
return function (mod) {
|
|
27
|
-
if (mod && mod.__esModule) return mod;
|
|
28
|
-
var result = {};
|
|
29
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
30
|
-
__setModuleDefault(result, mod);
|
|
31
|
-
return result;
|
|
32
|
-
};
|
|
33
|
-
})();
|
|
34
|
-
(function (factory) {
|
|
35
|
-
if (typeof module === "object" && typeof module.exports === "object") {
|
|
36
|
-
var v = factory(require, exports);
|
|
37
|
-
if (v !== undefined) module.exports = v;
|
|
38
|
-
}
|
|
39
|
-
else if (typeof define === "function" && define.amd) {
|
|
40
|
-
define(["require", "exports"], factory);
|
|
41
|
-
}
|
|
42
|
-
})(function (require, exports) {
|
|
43
|
-
"use strict";
|
|
44
|
-
var __syncRequire = typeof module === "object" && typeof module.exports === "object";
|
|
45
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
46
|
-
exports.loadFullSpectrumPalette = loadFullSpectrumPalette;
|
|
47
|
-
const paletteName = "full-spectrum";
|
|
48
|
-
async function loadFullSpectrumPalette(engine) {
|
|
49
|
-
await engine.pluginManager.register(async (e) => {
|
|
50
|
-
const { options } = await (__syncRequire ? Promise.resolve().then(() => __importStar(require("./options.js"))) : new Promise((resolve_1, reject_1) => { require(["./options.js"], resolve_1, reject_1); }).then(__importStar));
|
|
51
|
-
e.pluginManager.addPalette(paletteName, options);
|
|
52
|
-
});
|
|
53
|
-
}
|
|
54
|
-
});
|
package/umd/options.js
DELETED
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
(function (factory) {
|
|
2
|
-
if (typeof module === "object" && typeof module.exports === "object") {
|
|
3
|
-
var v = factory(require, exports);
|
|
4
|
-
if (v !== undefined) module.exports = v;
|
|
5
|
-
}
|
|
6
|
-
else if (typeof define === "function" && define.amd) {
|
|
7
|
-
define(["require", "exports"], factory);
|
|
8
|
-
}
|
|
9
|
-
})(function (require, exports) {
|
|
10
|
-
"use strict";
|
|
11
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.options = void 0;
|
|
13
|
-
exports.options = {
|
|
14
|
-
name: "Full Spectrum - High Saturation",
|
|
15
|
-
background: "#000000",
|
|
16
|
-
blendMode: "screen",
|
|
17
|
-
colors: [
|
|
18
|
-
"#FF0000",
|
|
19
|
-
"#FF1A00",
|
|
20
|
-
"#FF3300",
|
|
21
|
-
"#FF4D00",
|
|
22
|
-
"#FF6600",
|
|
23
|
-
"#FF8000",
|
|
24
|
-
"#FF9900",
|
|
25
|
-
"#FFB300",
|
|
26
|
-
"#FFCC00",
|
|
27
|
-
"#FFE600",
|
|
28
|
-
"#FFFF00",
|
|
29
|
-
"#CCFF00",
|
|
30
|
-
"#99FF00",
|
|
31
|
-
"#66FF00",
|
|
32
|
-
"#33FF00",
|
|
33
|
-
"#00FF00",
|
|
34
|
-
"#00FF33",
|
|
35
|
-
"#00FF66",
|
|
36
|
-
"#00FF99",
|
|
37
|
-
"#00FFCC",
|
|
38
|
-
"#00FFFF",
|
|
39
|
-
"#00CCFF",
|
|
40
|
-
"#0099FF",
|
|
41
|
-
"#0066FF",
|
|
42
|
-
"#0033FF",
|
|
43
|
-
"#0000FF",
|
|
44
|
-
"#3300FF",
|
|
45
|
-
"#6600FF",
|
|
46
|
-
"#9900FF",
|
|
47
|
-
"#CC00FF",
|
|
48
|
-
"#FF00FF",
|
|
49
|
-
"#FF00CC",
|
|
50
|
-
"#FF0099",
|
|
51
|
-
"#FF0066",
|
|
52
|
-
"#FF0033",
|
|
53
|
-
"#FF0000",
|
|
54
|
-
],
|
|
55
|
-
fill: true,
|
|
56
|
-
};
|
|
57
|
-
});
|