If true then this fx has a fixed frame rate and the fps parameter will be set to the frame rate.
| 32 | // If true then this fx has a fixed frame rate and the fps parameter will be |
| 33 | // set to the frame rate. |
| 34 | virtual bool hasFixedFrameRate(float *fps) const { |
| 35 | FASTLED_UNUSED(fps); |
| 36 | return false; |
| 37 | } |
| 38 | |
| 39 | // Get the name of the current fx. |
| 40 | virtual fl::string fxName() const = 0; |
no outgoing calls
no test coverage detected