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

◆ hasFixedFrameRate()

virtual bool fl::Fx::hasFixedFrameRate ( float * fps) const
inlinevirtual

Reimplemented in fl::NoisePalette.

Definition at line 34 of file fx.h.

34 {
35 FASTLED_UNUSED(fps);
36 return false;
37 }
#define FASTLED_UNUSED(x)
Definition unused.h:3

References FASTLED_UNUSED.