File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,8 @@ class Remap {
27
27
return RunLayer (&color_, blade);
28
28
}
29
29
30
- auto getColor (int led) -> decltype(color_.getColor(led)) {
30
+ auto getColor (int led) -> decltype(MixColors(color_.getColor(led),
31
+ color_.getColor(led), 1, 15)) {
31
32
int pos = f_.getInteger (led);
32
33
led = clamp (pos * num_leds_, 0 , num_leds_ * 32768 - 1 );
33
34
int fraction = led & 0x7fff ;
Original file line number Diff line number Diff line change @@ -142,6 +142,7 @@ Monitoring monitor;
142
142
#include " ../functions/center_dist.h"
143
143
#include " ../functions/effect_position.h"
144
144
#include " ../functions/random.h"
145
+ #include " ../functions/mult.h"
145
146
#include " mix.h"
146
147
#include " strobe.h"
147
148
#include " hump_flicker.h"
You can’t perform that action at this time.
0 commit comments