fixed missing fade for blue events
This commit is contained in:
parent
29b9350b7a
commit
5f101d776b
@ -78,7 +78,7 @@ class Layer:
|
||||
self.animation_current_brightness -= 30
|
||||
|
||||
# set current layer color brightness to animation brightness
|
||||
for i in range(0, 2):
|
||||
for i in range(3):
|
||||
self.layer_buffer_current_color[i] = self.get_new_color_value(
|
||||
self.layer_buffer_current_color[i],
|
||||
self.animation_current_brightness
|
||||
|
Loading…
Reference in New Issue
Block a user