the cake is a lie
This commit is contained in:
parent
362a567ae7
commit
1c9ae5f083
@ -47,6 +47,7 @@ def visualizer(color):
|
|||||||
g = int(g*(line/1000))
|
g = int(g*(line/1000))
|
||||||
b = int(b*(line/1000))
|
b = int(b*(line/1000))
|
||||||
hex_color = rgb_to_hex(r,g,b)
|
hex_color = rgb_to_hex(r,g,b)
|
||||||
|
print(r,g,b)
|
||||||
send(hex_color)
|
send(hex_color)
|
||||||
cava.stdout.close()
|
cava.stdout.close()
|
||||||
sed.stdout.close()
|
sed.stdout.close()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user