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

◆ draw()

void fl::Animartrix::draw ( DrawContext context)
overridevirtual
Parameters
nowThe current time in milliseconds. Fx writers are encouraged to use this instead of millis() directly as this will more deterministic behavior.

Implements fl::Fx.

Definition at line 252 of file animartrix.hpp.

252 {
253 this->leds = ctx.leds;
254 AnimartrixLoop(*this, ctx.now);
255 this->leds = nullptr;
256}
friend void AnimartrixLoop(Animartrix &self, uint32_t now)

References AnimartrixLoop, fl::_DrawContext::leds, leds, and fl::_DrawContext::now.

+ Here is the call graph for this function: