|
FastLED 3.9.15
|
|
inline |
Override the factory for a specific built-in animation enum.
The factory will be used instead of the default ANIMATION_TABLE entry when the given animation is selected. Pass nullptr to revert to default. Example: replace RGB_BLOBS with a custom implementation: animartrix.setVizFactory(AnimartrixAnim::RGB_BLOBS, &makeViz<MyCustomBlobs>);
Definition at line 301 of file animartrix.hpp.
References fl::make_pair(), mFactoryOverrides, and mViz.
Here is the call graph for this function: