FastLED 3.9.15
Loading...
Searching...
No Matches

◆ Animartrix() [1/2]

fl::Animartrix::Animartrix ( const XYMap & xyMap,
AnimartrixAnim which_animation )
inline

Definition at line 214 of file animartrix.hpp.

215 : Fx2d(xyMap) {
216 mCurrentAnimation = which_animation;
217 // convertToLookUpTable() is deferred to draw() to avoid
218 // cross-DLL static initialization order issues on Windows.
219 }
AnimartrixAnim mCurrentAnimation
Fx2d(const XYMap &xyMap)
Definition fx2d.h:19
u16 xyMap(u16 x, u16 y) const
Definition fx2d.h:20

References fl::Fx2d::Fx2d(), mCurrentAnimation, and fl::Fx2d::xyMap().

Referenced by Animartrix().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: