|
FastLED 3.9.15
|
| bool fl::FxEngine::draw | ( | fl::u32 | 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 82 of file fx_engine.cpp.
References mCompositor, mCurrId, mDuration, mDurationSet, mEffects, and mTimeFunction.