FastLED 3.9.15
|
bool fl::FxEngine::draw | ( | uint32_t | now, |
CRGB * | outputBuffer ) |
Renders the current effect or transition to the output buffer.
now | The current time in milliseconds. |
outputBuffer | The buffer to render the effect into. |
Definition at line 86 of file fx_engine.cpp.
References mCompositor, mCurrId, mDuration, mDurationSet, mEffects, and mTimeFunction.