|
FastLED 3.9.15
|
|
inline |
Set a fully custom viz that bypasses the animation enum entirely.
When set, this viz is used for all draw() calls regardless of which animation enum is selected. Pass nullptr to revert to enum-based dispatch. This is intended for external/user-provided animartrix implementations.
Definition at line 321 of file animartrix.hpp.
References mCustomViz, and mViz.