| 42 | // Called when the fx is paused, usually when a transition has finished. |
| 43 | virtual void pause(fl::u32 now) { FASTLED_UNUSED(now); } |
| 44 | virtual void resume(fl::u32 now) { |
| 45 | FASTLED_UNUSED(now); |
| 46 | } // Called when the fx is resumed after a pause, |
| 47 | // usually when a transition has started. |
| 48 | |
| 49 | u16 getNumLeds() const { return mNumLeds; } |