summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVittorio Romeo <vittorio.romeo@outlook.com>2021-11-02 00:24:06 +0000
committerVittorio Romeo <vittorio.romeo@outlook.com>2021-11-02 00:24:06 +0000
commit2a55f03440eb544ef8e9a4086c799104685a9327 (patch)
treeb0ea9a0757953fcf8a3b71bf7cf167ec010f9e4d
parent928c0e6de8cd90898d584327dcf80f966d7d8e32 (diff)
Sandbox things
-rw-r--r--_RELEASE/Packs/experimental/Styles/sandbox.json33
1 files changed, 33 insertions, 0 deletions
diff --git a/_RELEASE/Packs/experimental/Styles/sandbox.json b/_RELEASE/Packs/experimental/Styles/sandbox.json
new file mode 100644
index 00000000..74f64fe2
--- /dev/null
+++ b/_RELEASE/Packs/experimental/Styles/sandbox.json
@@ -0,0 +1,33 @@
+{
+ // Style data id
+ "id": "sandbox",
+
+ // Hue options
+ "hue_min": 0,
+ "hue_max": 0,
+ "hue_ping_pong": true,
+ "hue_increment": 1.0,
+
+ // Pulse options
+ "pulse_min": 0.0,
+ "pulse_max": 0.5,
+ "pulse_increment": 0.025,
+
+ // 3D options
+ "3D_depth": 0,
+ "3D_skew": 0,
+ "3D_spacing": 1.5,
+ "3D_darken_multiplier": 1.5,
+ "3D_alpha_multiplier": 0.5,
+ "3D_alpha_falloff": 19.0,
+
+ // Main color
+ "main": { "main": true, "dynamic": false, "value": [255, 255, 255, 255], "pulse": [0, 0, 0, 0] },
+ "cap_color": { "index": 0 },
+
+ // Background colors
+ "colors":
+ [
+ { "dynamic": false, "dynamic_offset": false, "dynamic_darkness": 0.0, "value": [0, 0, 0, 255], "pulse": [0, 0, 0, 0]}
+ ]
+}