Skip to content

Commit

Permalink
new default color palettes
Browse files Browse the repository at this point in the history
  • Loading branch information
jackw01 committed Aug 27, 2021
1 parent 53aa04b commit 0bb4918
Show file tree
Hide file tree
Showing 2 changed files with 257 additions and 7 deletions.
264 changes: 257 additions & 7 deletions ledcontrol/colorpalettes.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,268 @@

default = {
0: {
'name': 'Sunset',
'name': 'Sunset Light',
'mode': 0,
'colors': [[0.114, 1, 1], [0.005, 1, 1], [0.925, 1, 0.66], [0.883, 1, 0.28]]
'colors': [
[
0.11311430089613972,
1,
1
],
[
0.9936081381405101,
0.6497928024431981,
1
],
[
0.9222222222222223,
0.9460097254004577,
1
],
[
0.7439005234662223,
0.7002515180395283,
1
],
[
0.6175635842715993,
0.6474992244615467,
1
]
]
},
1: {
10: {
'name': 'Sunset Dark',
'mode': 0,
'colors': [
[
0.11311430089613972,
1,
1
],
[
0.0083333333333333,
0.8332790409753081,
1
],
[
0.9222222222222223,
0.8539212428101706,
0.7776361353257123
],
[
0.8833333333333333,
0.8974992244615467,
0.2942011216107537
]
]
},
20: {
'name': 'Miami',
'mode': 0,
'colors': [
[
0.973575367647059,
0.792691647597254,
1
],
[
0.935202205882353,
0.8132866132723112,
1
],
[
0.8012408088235294,
0.6622568649885584,
0.992876838235294
],
[
0.59375,
0.6027602974828375,
1
],
[
0.5480238970588235,
0.9482980549199085,
1
],
[
0.5022977941176471,
0.9460097254004577,
1
]
]
},
90: {
'name': 'Spectrum',
'mode': 0,
'colors': [[0, 1, 1], [1, 1, 1]]
'colors': [
[0, 1, 1],
[1, 1, 1]
]
},
30: {
'name': 'Lemonbars',
'mode': 0,
'colors': [
[
0.5985753676470589,
0.9979987139601192,
1
],
[
0.7807904411764706,
0.9989988558352403,
1
],
[
1,
0.9989988558352403,
1
]
],
},
40: {
'name': 'Viridis',
'mode': 0,
'colors': [
[
0.7663143382352942,
0.9989988558352403,
0.6528033088235294
],
[
0.6029411764705882,
0.9989988558352403,
1
],
[
0.4028033088235295,
0.5249570938215103,
1
],
[
0.12339154411764706,
0.9989988558352403,
1
]
],
},
2: {
150: {
'name': 'Fire',
'mode': 0,
'colors': [[0, 1, 1], [0.06, 1, 1], [0.11, 1, 1], [0.05, 0.5, 1], [0, 0, 1], [0.55, 1, 1], [0.68, 1, 0.8]]
}
'colors': [
[0, 1, 1],
[0.04549632352941176, 1, 1],
[0.11, 1, 1],
[0.08639705882352941, 0.667, 1],
[0, 0, 1]
]
},
160: {
'name': 'Golden Hour',
'mode': 0,
'colors': [
[
0.09122242647058823,
0.9960014330660517,
1
],
[
0.1484375,
0.9960014330660517,
1
],
[
0.13947610294117646,
0.4311355835240275,
0.6178768382352942
]
],
},
170: {
'name': 'Ocean',
'mode': 0,
'colors': [
[
0.6190257352941176,
0.9969995733712004,
1
],
[
0.5659466911764706,
0.9989988558352403,
1
],
[
0.4834558823529411,
0.746925057208238,
1
]
],
},

190: {
'name': 'Sky Blue',
'mode': 0,
'colors': [
[
0.5824908088235294,
0.8762614416475973,
1
],
[
0.5808823529411765,
0.8132866132723112,
1
],
[
0.5659466911764706,
0.5821653318077803,
1
]
],
},
200: {
'name': 'Purple',
'mode': 0,
'colors': [
[
0.7456341911764706,
0.9969995733712004,
1
],
[
0.6541819852941176,
0.9979987139601192,
1
],
[
0.68359375,
0.5913186498855835,
1
]
],
},
210: {
'name': 'Hot Pink',
'mode': 0,
'colors': [
[
0.979549632352941,
0.9989988558352403,
1
],
[
0.9338235294117647,
0.8727831807780321,
1
],
[
0.9542738970588235,
0.7240417620137299,
1
]
],
},
}
Binary file modified screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0bb4918

Please sign in to comment.