fixed missing fade for blue events

This commit is contained in:
Elektrospy 2019-01-18 19:05:21 +01:00
parent 29b9350b7a
commit 5f101d776b

View File

@ -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