diff --git a/transitions/base.h b/transitions/base.h index 6553dc042..59a5ee83a 100644 --- a/transitions/base.h +++ b/transitions/base.h @@ -121,7 +121,7 @@ class TransitionHelper { operator bool() const { return active_; } template - auto getColor(A a, B b, int led) -> decltype(tr_.getColor(a, b, led)) { + auto getColor(A a, B b, int led) -> decltype(MixColors(tr_.getColor(a, b, led), b, 1,1)) { if (active_) return tr_.getColor(a, b, led); else